diff options
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 9f1ea3127f5d..7b2b3f775326 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -173,7 +173,7 @@ nfsd_lookup_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp, | |||
173 | .dentry = dget(dparent)}; | 173 | .dentry = dget(dparent)}; |
174 | 174 | ||
175 | while (path.dentry == path.mnt->mnt_root && | 175 | while (path.dentry == path.mnt->mnt_root && |
176 | follow_up(&path.mnt, &path.dentry)) | 176 | follow_up(&path)) |
177 | ; | 177 | ; |
178 | dp = dget_parent(path.dentry); | 178 | dp = dget_parent(path.dentry); |
179 | dput(path.dentry); | 179 | dput(path.dentry); |