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>
This commit is contained in:
committed by
Linus Torvalds
parent
4308eebbeb
commit
52e9fc76d0
@@ -46,8 +46,6 @@ static void proc_evict_inode(struct inode *inode)
|
||||
}
|
||||
}
|
||||
|
||||
struct vfsmount *proc_mnt;
|
||||
|
||||
static struct kmem_cache * proc_inode_cachep;
|
||||
|
||||
static struct inode *proc_alloc_inode(struct super_block *sb)
|
||||
|
Reference in New Issue
Block a user