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:
@@ -2465,7 +2465,7 @@ static int prepend_path(const struct path *path,
|
||||
if (!mnt_has_parent(mnt))
|
||||
goto global_root;
|
||||
dentry = vfsmnt->mnt_mountpoint;
|
||||
vfsmnt = vfsmnt->mnt_parent;
|
||||
vfsmnt = mnt->mnt_parent;
|
||||
continue;
|
||||
}
|
||||
parent = dentry->d_parent;
|
||||
|
Reference in New Issue
Block a user