]> git.baikalelectronics.ru Git - kernel.git/commit
procfs: kill the global proc_mnt variable
authorOleg Nesterov <oleg@redhat.com>
Wed, 23 Mar 2011 23:43:14 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 02:46:58 +0000 (19:46 -0700)
commitb8ccc474a319f8a871b48434b6450fc00755c3e6
tree61fd430bd5848fc1598373675f8f6810e4af08b4
parenteb606e5c5c6e1ab1eab5e7964eaac878b5b91c96
procfs: kill the global proc_mnt variable

After the previous cleanup in proc_get_sb() the global proc_mnt has no
reasons to exists, kill it.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Serge E. Hallyn <serge@hallyn.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/inode.c
fs/proc/internal.h
fs/proc/root.c