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

View file

@ -53,7 +53,6 @@ struct mnt_pcp {
};
struct vfsmount {
struct dentry *mnt_mountpoint; /* dentry of mountpoint */
struct dentry *mnt_root; /* root of the mounted tree */
struct super_block *mnt_sb; /* pointer to superblock */
#ifdef CONFIG_SMP