don't pass 'mounting_here' flag to follow_down()
it's always false now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -87,7 +87,7 @@ nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp,
|
||||
.dentry = dget(dentry)};
|
||||
int err = 0;
|
||||
|
||||
err = follow_down(&path, false);
|
||||
err = follow_down(&path);
|
||||
if (err < 0)
|
||||
goto out;
|
||||
|
||||
|
Reference in New Issue
Block a user