vfs: take mnt_child/mnt_mounts to struct mount

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-11-24 23:24:33 -05:00
parent 68e8a9feab
commit 6b41d536f7
4 changed files with 26 additions and 26 deletions
+2
View File
@@ -17,6 +17,8 @@ struct mount {
int mnt_count;
int mnt_writers;
#endif
struct list_head mnt_mounts; /* list of children, anchored here */
struct list_head mnt_child; /* and going through their mnt_child */
};
static inline struct mount *real_mount(struct vfsmount *mnt)