Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267179
b: refs/heads/master
c: 71c3bcd
h: refs/heads/master
i:
  267177: a731e29
  267175: 4fd3bf1
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 10, 2011
1 parent 45246a2 commit 3d4d3e7
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: 38c2f4b12a455cb3a108fd5c79a10df2ba3ec9a7
refs/heads/master: 71c3bcd71393a9e67d5b77597a612537f89c30ed
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,8 @@ nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
memcpy(&locku->lu_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t));

out:
nfs4_unlock_state();
if (!cstate->replay_owner)
nfs4_unlock_state();
return status;

out_nfserr:
Expand Down

0 comments on commit 3d4d3e7

Please sign in to comment.