proc: make struct proc_maps_private truly private
authorStephen Wilson <[email protected]>
Wed, 25 May 2011 00:12:48 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Wed, 25 May 2011 15:39:35 +0000 (08:39 -0700)
commitf2beb7983613ecca20a61604f01ab50cc7a797e6
treeb8335e959493b9c97aee4a48f2c02f42144982a1
parentf69ff943df6972aae96c10733b6847fa094d8a59
proc: make struct proc_maps_private truly private

Now that mm/mempolicy.c is no longer implementing /proc/pid/numa_maps
there is no need to export struct proc_maps_private to the world.  Move it
to fs/proc/internal.h instead.

Signed-off-by: Stephen Wilson <[email protected]>
Reviewed-by: KOSAKI Motohiro <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/internal.h
include/linux/proc_fs.h