mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
643822b41e
commit
3376f34fff
6 changed files with 30 additions and 29 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue