aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-24 23:24:33 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:57:06 -0500
commit6b41d536f7c84e7cb1c1462073150277e46f6ea8 (patch)
treefd75f1d76947bdfc42772ff3eef4b60977162840 /include/linux/mount.h
parent68e8a9feab251f9d3c8fd9e9893c97843bcd4bd0 (diff)
vfs: take mnt_child/mnt_mounts to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index cc01ed1bc719..e9990254d4d0 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -50,8 +50,6 @@ struct mnt_namespace;
50struct vfsmount { 50struct vfsmount {
51 struct dentry *mnt_root; /* root of the mounted tree */ 51 struct dentry *mnt_root; /* root of the mounted tree */
52 struct super_block *mnt_sb; /* pointer to superblock */ 52 struct super_block *mnt_sb; /* pointer to superblock */
53 struct list_head mnt_mounts; /* list of children, anchored here */
54 struct list_head mnt_child; /* and going through their mnt_child */
55 int mnt_flags; 53 int mnt_flags;
56 /* 4 bytes hole on 64bits arches without fsnotify */ 54 /* 4 bytes hole on 64bits arches without fsnotify */
57#ifdef CONFIG_FSNOTIFY 55#ifdef CONFIG_FSNOTIFY