diff options
| -rw-r--r-- | fs/nfsd/nfsfh.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c index 9f1ca17293d3..8847f3fbfc1e 100644 --- a/fs/nfsd/nfsfh.c +++ b/fs/nfsd/nfsfh.c | |||
| @@ -27,9 +27,6 @@ | |||
| 27 | #define NFSDDBG_FACILITY NFSDDBG_FH | 27 | #define NFSDDBG_FACILITY NFSDDBG_FH |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | static int nfsd_nr_verified; | ||
| 31 | static int nfsd_nr_put; | ||
| 32 | |||
| 33 | /* | 30 | /* |
| 34 | * our acceptability function. | 31 | * our acceptability function. |
| 35 | * if NOSUBTREECHECK, accept anything | 32 | * if NOSUBTREECHECK, accept anything |
| @@ -251,7 +248,6 @@ static __be32 nfsd_set_fh_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp) | |||
| 251 | 248 | ||
| 252 | fhp->fh_dentry = dentry; | 249 | fhp->fh_dentry = dentry; |
| 253 | fhp->fh_export = exp; | 250 | fhp->fh_export = exp; |
| 254 | nfsd_nr_verified++; | ||
| 255 | return 0; | 251 | return 0; |
| 256 | out: | 252 | out: |
| 257 | exp_put(exp); | 253 | exp_put(exp); |
| @@ -552,7 +548,6 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, | |||
| 552 | return nfserr_opnotsupp; | 548 | return nfserr_opnotsupp; |
| 553 | } | 549 | } |
| 554 | 550 | ||
| 555 | nfsd_nr_verified++; | ||
| 556 | return 0; | 551 | return 0; |
| 557 | } | 552 | } |
| 558 | 553 | ||
| @@ -609,7 +604,6 @@ fh_put(struct svc_fh *fhp) | |||
| 609 | fhp->fh_pre_saved = 0; | 604 | fhp->fh_pre_saved = 0; |
| 610 | fhp->fh_post_saved = 0; | 605 | fhp->fh_post_saved = 0; |
| 611 | #endif | 606 | #endif |
| 612 | nfsd_nr_put++; | ||
| 613 | } | 607 | } |
| 614 | if (exp) { | 608 | if (exp) { |
| 615 | cache_put(&exp->h, &svc_export_cache); | 609 | cache_put(&exp->h, &svc_export_cache); |
