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:
Al Viro
2011-03-18 09:04:20 -04:00
parent b12cea9198
commit 7cc90cc3ff
3 changed files with 4 additions and 4 deletions

View File

@@ -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;