vfs: mnt_parent moved to struct mount

the second victim...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2011-11-24 22:05:19 -05:00
parent 643822b41e
commit 3376f34fff
6 changed files with 30 additions and 29 deletions

View file

@ -53,7 +53,6 @@ struct mnt_pcp {
};
struct vfsmount {
struct vfsmount *mnt_parent; /* fs we are mounted on */
struct dentry *mnt_mountpoint; /* dentry of mountpoint */
struct dentry *mnt_root; /* root of the mounted tree */
struct super_block *mnt_sb; /* pointer to superblock */