aboutsummaryrefslogtreecommitdiff
path: root/fs/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-12-06 13:32:36 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:57:13 -0500
commitbe08d6d260b6e7eb346162a1081cdf5f94fda569 (patch)
treefde11d2b2415a1a118e0da4a62c5bd8e635cb582 /fs/mount.h
parent0226f4923f6c9b40cfa1c1c1b19a6ac6b3924ead (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mount.h b/fs/mount.h
index c6e99e03350..0921b51e27e 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;