Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153687
b: refs/heads/master
c: 1dbd0d5
h: refs/heads/master
i:
  153685: 9dcd708
  153683: 3233db8
  153679: ac59a8e
v: v3
  • Loading branch information
Greg Banks authored and J. Bruce Fields committed May 27, 2009
1 parent 2c19c64 commit c2842f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf0a586cf41a1779edeee7562afb5d0ab46c7cf4
refs/heads/master: 1dbd0d53f394cd9a86fc801dd68fdbcbcdb45718
6 changes: 0 additions & 6 deletions trunk/fs/nfsd/nfsfh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit c2842f3

Please sign in to comment.