Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192372
b: refs/heads/master
c: dbd65a7
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed May 4, 2010
1 parent 59e00ae commit 6305249
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fb4b698fc78347419aa9ae7114e1375f92107500
refs/heads/master: dbd65a7e44fff4741a0b2c84bd6bace85d22c242
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3310,9 +3310,9 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo
if (cs->status != nfserr_replay_cache) {
nfsd4_store_cache_entry(resp);
dprintk("%s: SET SLOT STATE TO AVAILABLE\n", __func__);
resp->cstate.slot->sl_inuse = false;
cs->slot->sl_inuse = false;
}
nfsd4_put_session(resp->cstate.session);
nfsd4_put_session(cs->session);
}
return 1;
}
Expand Down

0 comments on commit 6305249

Please sign in to comment.