Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104125
b: refs/heads/master
c: b0e92aa
h: refs/heads/master
i:
  104123: 7b5c77b
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Jul 15, 2008
1 parent d850017 commit a3aa19b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: afc1246f917c664b0df98b3c22fa62db74d2ca33
refs/heads/master: b0e92aae157cbf78ede7b7dd03967b49fcb2102e
3 changes: 1 addition & 2 deletions trunk/fs/lockd/svc4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp,
return 0;

no_locks:
if (host)
nlm_release_host(host);
nlm_release_host(host);
if (error)
return error;
return nlm_lck_denied_nolocks;
Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/lockd/svcproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp,
return 0;

no_locks:
if (host)
nlm_release_host(host);
nlm_release_host(host);
if (error)
return error;
return nlm_lck_denied_nolocks;
Expand Down

0 comments on commit a3aa19b

Please sign in to comment.