|
@@ -189,8 +189,7 @@ nfsd_lookup_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
|
dprintk("nfsd: nfsd_lookup(fh %s, %.*s)\n", SVCFH_fmt(fhp), len,name);
|
|
dprintk("nfsd: nfsd_lookup(fh %s, %.*s)\n", SVCFH_fmt(fhp), len,name);
|
|
|
|
|
|
dparent = fhp->fh_dentry;
|
|
dparent = fhp->fh_dentry;
|
|
- exp = fhp->fh_export;
|
|
|
|
- exp_get(exp);
|
|
|
|
|
|
+ exp = exp_get(fhp->fh_export);
|
|
|
|
|
|
/* Lookup the name, but don't follow links */
|
|
/* Lookup the name, but don't follow links */
|
|
if (isdotent(name, len)) {
|
|
if (isdotent(name, len)) {
|