diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-06 13:32:36 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:13 -0500 |
commit | be08d6d260b6e7eb346162a1081cdf5f94fda569 (patch) | |
tree | fde11d2b2415a1a118e0da4a62c5bd8e635cb582 /fs/mount.h | |
parent | 0226f4923f6c9b40cfa1c1c1b19a6ac6b3924ead (diff) |
switch mnt_namespace ->root to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mount.h b/fs/mount.h index c6e99e03350a..0921b51e27e2 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -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; |