Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359702
b: refs/heads/master
c: 266533c
h: refs/heads/master
v: v3
  • Loading branch information
Yanchuan Nian authored and J. Bruce Fields committed Jan 23, 2013
1 parent d519ec5 commit 186261f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74b70dded311fa0e6e7529514b29bbb8e6bb1f3e
refs/heads/master: 266533c6df7a4a4e2ebd0bfdd272f7eb7cf4b81f
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1844,11 +1844,12 @@ nfsd4_create_session(struct svc_rqst *rqstp,

/* cache solo and embedded create sessions under the state lock */
nfsd4_cache_create_session(cr_ses, cs_slot, status);
out:
nfs4_unlock_state();
out:
dprintk("%s returns %d\n", __func__, ntohl(status));
return status;
out_free_conn:
nfs4_unlock_state();
free_conn(conn);
out_free_session:
__free_session(new);
Expand Down

0 comments on commit 186261f

Please sign in to comment.