switch mnt_namespace ->root to struct mount

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-12-06 13:32:36 -05:00
parent 0226f4923f
commit be08d6d260
2 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
struct mnt_namespace {
atomic_t count;
struct vfsmount * root;
struct mount * root;
struct list_head list;
wait_queue_head_t poll;
int event;