switch follow_up() to struct path

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2009-04-18 03:26:48 -04:00
parent e64c390ca0
commit bab77ebf51
4 changed files with 11 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ nfsd_lookup_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp,
.dentry = dget(dparent)};
while (path.dentry == path.mnt->mnt_root &&
follow_up(&path.mnt, &path.dentry))
follow_up(&path))
;
dp = dget_parent(path.dentry);
dput(path.dentry);