]> git.baikalelectronics.ru Git - kernel.git/commit
proc: make struct proc_maps_private truly private
authorStephen Wilson <wilsons@start.ca>
Wed, 25 May 2011 00:12:48 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2011 15:39:35 +0000 (08:39 -0700)
commit92d618b1a9033c8af4b0c9923516f68b594ad771
treeb8335e959493b9c97aee4a48f2c02f42144982a1
parent30056cf5ba703101198f08a01864d1028962ed39
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 <wilsons@start.ca>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/internal.h
include/linux/proc_fs.h