Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164593
b: refs/heads/master
c: be98d1b
h: refs/heads/master
i:
  164591: 6b221c5
v: v3
  • Loading branch information
Andy Adamson authored and J. Bruce Fields committed Jul 28, 2009
1 parent 4825c80 commit 4b604b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 413d63d7106b914a4a004ac08698f10c618e4616
refs/heads/master: be98d1bbd1b872a10d64cdef0af10b9afcc48092
3 changes: 3 additions & 0 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,9 @@ free_session(struct kref *kref)
struct nfsd4_cache_entry *e = &ses->se_slots[i].sl_cache_entry;
nfsd4_release_respages(e->ce_respages, e->ce_resused);
}
spin_lock(&nfsd_drc_lock);
nfsd_drc_pages_used -= ses->se_fchannel.maxreqs * NFSD_PAGES_PER_SLOT;
spin_unlock(&nfsd_drc_lock);
kfree(ses);
}

Expand Down

0 comments on commit 4b604b1

Please sign in to comment.