commit | a73324da7af4052e1d1ddec6a5980f552420e58b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 24 22:25:07 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:05 2012 -0500 |
tree | 65c119bf3bb852c4298aeb24b906dc3a5be7520a | |
parent | 0714a533805a0f8ebfc6fdb6bda9f129b8c7c6d7 [diff] [blame] |
vfs: move mnt_mountpoint to struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index 201dd61..853738f 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -3,6 +3,7 @@ struct mount { struct list_head mnt_hash; struct mount *mnt_parent; + struct dentry *mnt_mountpoint; struct vfsmount mnt; };