Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44506
b: refs/heads/master
c: d9e626f
h: refs/heads/master
v: v3
  • Loading branch information
J.Bruce Fields authored and Linus Torvalds committed Dec 13, 2006
1 parent 42fce52 commit 772e02d
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: ca3643171bc6e08b7c4d1f9a2ce659541a01a7fe
refs/heads/master: d9e626f1e23358487595c2d3901126d00f9de7e0
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
nfsd4_encode_operation(resp, op);
status = op->status;
}
if (replay_owner && (replay_owner != (void *)(-1))) {
if (replay_owner) {
nfs4_put_stateowner(replay_owner);
replay_owner = NULL;
}
Expand Down

0 comments on commit 772e02d

Please sign in to comment.