diff --git a/[refs] b/[refs] index 5090c4bf43d9..fe16d1ec1fa7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df547efb03e3e8f9ea726e1d07fbbd6fd0706cd7 +refs/heads/master: 87548c37c8bdbf98aea002c9c04e4dc8aa27fe1b diff --git a/trunk/fs/nfsd/vfs.c b/trunk/fs/nfsd/vfs.c index 0a18149ce963..ec6aaf8b0e36 100644 --- a/trunk/fs/nfsd/vfs.c +++ b/trunk/fs/nfsd/vfs.c @@ -168,8 +168,6 @@ nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, exp = fhp->fh_export; exp_get(exp); - err = nfserr_acces; - /* Lookup the name, but don't follow links */ if (isdotent(name, len)) { if (len==1)