commit | 6b41d536f7c84e7cb1c1462073150277e46f6ea8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 24 23:24:33 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:06 2012 -0500 |
tree | fd75f1d76947bdfc42772ff3eef4b60977162840 | |
parent | 68e8a9feab251f9d3c8fd9e9893c97843bcd4bd0 [diff] [blame] |
vfs: take mnt_child/mnt_mounts to struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index 452ae41..e4ecf59 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -17,6 +17,8 @@ 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)