Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359701
b: refs/heads/master
c: 74b70dd
h: refs/heads/master
i:
  359699: 4f534a9
v: v3
  • Loading branch information
Yanchuan Nian authored and J. Bruce Fields committed Jan 23, 2013
1 parent 0e6d2cc commit d519ec5
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: 84822d0b3bc5a74a4290727dd1ab4fc7dcd6a348
refs/heads/master: 74b70dded311fa0e6e7529514b29bbb8e6bb1f3e
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fchan,

new = __alloc_session(slotsize, numslots);
if (!new) {
nfsd4_put_drc_mem(slotsize, fchan->maxreqs);
nfsd4_put_drc_mem(slotsize, numslots);
return NULL;
}
init_forechannel_attrs(&new->se_fchannel, fchan, numslots, slotsize, nn);
Expand Down

0 comments on commit d519ec5

Please sign in to comment.