vfs: move mnt_mountpoint to struct mount

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-11-24 22:25:07 -05:00
parent 0714a53380
commit a73324da7a
6 changed files with 23 additions and 24 deletions
+1
View File
@@ -3,6 +3,7 @@
struct mount {
struct list_head mnt_hash;
struct mount *mnt_parent;
struct dentry *mnt_mountpoint;
struct vfsmount mnt;
};