From c2842f325b697256efb1e2ef634dd1a3d5eedd18 Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Wed, 1 Apr 2009 07:28:21 +1100 Subject: [PATCH] --- yaml --- r: 153687 b: refs/heads/master c: 1dbd0d53f394cd9a86fc801dd68fdbcbcdb45718 h: refs/heads/master i: 153685: 9dcd7080ba81056c0963e24da72142074de01c93 153683: 3233db8f6c052af391376dd2f0b952ea25712c11 153679: ac59a8e252d0baa1ae937b861206b0e57a38d6c4 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfsfh.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 386ba9ead22f..bbb8b4153046 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf0a586cf41a1779edeee7562afb5d0ab46c7cf4 +refs/heads/master: 1dbd0d53f394cd9a86fc801dd68fdbcbcdb45718 diff --git a/trunk/fs/nfsd/nfsfh.c b/trunk/fs/nfsd/nfsfh.c index 9f1ca17293d3..8847f3fbfc1e 100644 --- a/trunk/fs/nfsd/nfsfh.c +++ b/trunk/fs/nfsd/nfsfh.c @@ -27,9 +27,6 @@ #define NFSDDBG_FACILITY NFSDDBG_FH -static int nfsd_nr_verified; -static int nfsd_nr_put; - /* * our acceptability function. * 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_export = exp; - nfsd_nr_verified++; return 0; out: exp_put(exp); @@ -552,7 +548,6 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, return nfserr_opnotsupp; } - nfsd_nr_verified++; return 0; } @@ -609,7 +604,6 @@ fh_put(struct svc_fh *fhp) fhp->fh_pre_saved = 0; fhp->fh_post_saved = 0; #endif - nfsd_nr_put++; } if (exp) { cache_put(&exp->h, &svc_export_cache);