|
@@ -27,9 +27,6 @@
|
|
#define NFSDDBG_FACILITY NFSDDBG_FH
|
|
#define NFSDDBG_FACILITY NFSDDBG_FH
|
|
|
|
|
|
|
|
|
|
-static int nfsd_nr_verified;
|
|
|
|
-static int nfsd_nr_put;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* our acceptability function.
|
|
* our acceptability function.
|
|
* if NOSUBTREECHECK, accept anything
|
|
* if NOSUBTREECHECK, accept anything
|
|
@@ -251,7 +248,6 @@ static __be32 nfsd_set_fh_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp)
|
|
|
|
|
|
fhp->fh_dentry = dentry;
|
|
fhp->fh_dentry = dentry;
|
|
fhp->fh_export = exp;
|
|
fhp->fh_export = exp;
|
|
- nfsd_nr_verified++;
|
|
|
|
return 0;
|
|
return 0;
|
|
out:
|
|
out:
|
|
exp_put(exp);
|
|
exp_put(exp);
|
|
@@ -552,7 +548,6 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,
|
|
return nfserr_opnotsupp;
|
|
return nfserr_opnotsupp;
|
|
}
|
|
}
|
|
|
|
|
|
- nfsd_nr_verified++;
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -609,7 +604,6 @@ fh_put(struct svc_fh *fhp)
|
|
fhp->fh_pre_saved = 0;
|
|
fhp->fh_pre_saved = 0;
|
|
fhp->fh_post_saved = 0;
|
|
fhp->fh_post_saved = 0;
|
|
#endif
|
|
#endif
|
|
- nfsd_nr_put++;
|
|
|
|
}
|
|
}
|
|
if (exp) {
|
|
if (exp) {
|
|
cache_put(&exp->h, &svc_export_cache);
|
|
cache_put(&exp->h, &svc_export_cache);
|