]> Git Repo - linux.git/commit - fs/proc/internal.h
[PATCH] proc: Move proc_maps_operations into task_mmu.c
authorEric W. Biederman <[email protected]>
Mon, 26 Jun 2006 07:25:48 +0000 (00:25 -0700)
committerLinus Torvalds <[email protected]>
Mon, 26 Jun 2006 16:58:24 +0000 (09:58 -0700)
commit662795deb854b31501e0ffb42b7f0cce802c134a
treed4849ad5ca7383ca9d0c9b6d46db83097d5dba85
parent6e66b52bf587f0dd9a8e0a581b9570e5c1969e33
[PATCH] proc: Move proc_maps_operations into task_mmu.c

All of the functions for proc_maps_operations are already defined in
task_mmu.c so move the operations structure to keep the functionality
together.

Since task_nommu.c implements a dummy version of /proc/<pid>/maps give it a
simplified version of proc_maps_operations that it can modify to best suit its
needs.

Signed-off-by: Eric W. Biederman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/base.c
fs/proc/internal.h
fs/proc/task_mmu.c
fs/proc/task_nommu.c
This page took 0.055617 seconds and 4 git commands to generate.