aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfsd/vfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index 0a18149ce963..ec6aaf8b0e36 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -168,8 +168,6 @@ nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name,
168 exp = fhp->fh_export; 168 exp = fhp->fh_export;
169 exp_get(exp); 169 exp_get(exp);
170 170
171 err = nfserr_acces;
172
173 /* Lookup the name, but don't follow links */ 171 /* Lookup the name, but don't follow links */
174 if (isdotent(name, len)) { 172 if (isdotent(name, len)) {
175 if (len==1) 173 if (len==1)