vfs: move mnt_mountpoint to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
struct mount {
|
||||
struct list_head mnt_hash;
|
||||
struct mount *mnt_parent;
|
||||
struct dentry *mnt_mountpoint;
|
||||
struct vfsmount mnt;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user