diff --git a/[refs] b/[refs] index 8d4111dcade9..22e5c10101ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b8449af75fa2e2d9736ec503a818be626a4e763 +refs/heads/master: f7b8066f9ff68016489ff6f9fb358aa59bd14e1b diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index cbbc594ef592..79b4bf812960 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -1357,8 +1357,6 @@ exp_pseudoroot(struct svc_rqst *rqstp, struct svc_fh *fhp) mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL); exp = rqst_exp_find(rqstp, FSID_NUM, fsidv); - if (PTR_ERR(exp) == -ENOENT) - return nfserr_perm; if (IS_ERR(exp)) return nfserrno(PTR_ERR(exp)); rv = fh_compose(fhp, exp, exp->ex_dentry, NULL);