Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217284
b: refs/heads/master
c: cd5b814
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 21, 2010
1 parent aca2ef3 commit be56a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9247685088398cf21bcb513bd2832b4cd42516c4
refs/heads/master: cd5b814458e5554457c6e62f17aed122145b065e
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ nfsd4_create_session(struct svc_rqst *rqstp,
if (status) {
/* an unconfirmed replay returns misordered */
status = nfserr_seq_misordered;
goto out_cache;
goto out;
}

cs_slot->sl_seqid++; /* from 0 to 1 */
Expand Down Expand Up @@ -1549,7 +1549,6 @@ nfsd4_create_session(struct svc_rqst *rqstp,
NFS4_MAX_SESSIONID_LEN);
cr_ses->seqid = cs_slot->sl_seqid;

out_cache:
/* cache solo and embedded create sessions under the state lock */
nfsd4_cache_create_session(cr_ses, cs_slot, status);
out:
Expand Down

0 comments on commit be56a77

Please sign in to comment.