aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-25 00:46:35 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:57:09 -0500
commit143c8c91cee7efdd732ec5f61b3471fc46192f20 (patch)
treedd3e9a9b8b88f1876a258fe1bf274532aeb72a62 /fs/mount.h
parentvfs: spread struct mount - mntput_no_expire (diff)
downloadlinux-dev-143c8c91cee7efdd732ec5f61b3471fc46192f20.tar.xz
linux-dev-143c8c91cee7efdd732ec5f61b3471fc46192f20.zip
vfs: mnt_ns moved to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/mount.h')
-rw-r--r--fs/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h
index eb62ad232e4d..4a5f1dca0c2e 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -25,6 +25,7 @@ struct mount {
struct list_head mnt_slave_list;/* list of slave mounts */
struct list_head mnt_slave; /* slave list entry */
struct mount *mnt_master; /* slave is on master->mnt_slave_list */
+ struct mnt_namespace *mnt_ns; /* containing namespace */
};
static inline struct mount *real_mount(struct vfsmount *mnt)