Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359714
b: refs/heads/master
c: 25e6b8b
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Feb 4, 2013
1 parent bd75750 commit 70e0407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f09841fdfad8dd95593725dfa70388f55b170947
refs/heads/master: 25e6b8b0e1a247747db5275b1b6b362f5acf2245
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfscache.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ nfsd_reply_cache_alloc(void)
static void
nfsd_reply_cache_free_locked(struct svc_cacherep *rp)
{
if (rp->c_state == RC_DONE && rp->c_type == RC_REPLBUFF)
if (rp->c_type == RC_REPLBUFF)
kfree(rp->c_replvec.iov_base);
list_del(&rp->c_lru);
kmem_cache_free(drc_slab, rp);
Expand Down

0 comments on commit 70e0407

Please sign in to comment.