Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82446
b: refs/heads/master
c: 54ca95e
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Drokin authored and J. Bruce Fields committed Feb 1, 2008
1 parent 913daf1 commit 0c08c7b
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: 8838dc43d6544570e8969a74ddc4a0d21abffde6
refs/heads/master: 54ca95eb362d6988a577965ffb77c08702adb890
2 changes: 1 addition & 1 deletion trunk/fs/lockd/svclock.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,12 @@ nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
goto out;
}
if (block->b_flags & B_GOT_CALLBACK) {
nlmsvc_unlink_block(block);
if (block->b_fl != NULL
&& block->b_fl->fl_type != F_UNLCK) {
lock->fl = *block->b_fl;
goto conf_lock;
} else {
nlmsvc_unlink_block(block);
ret = nlm_granted;
goto out;
}
Expand Down

0 comments on commit 0c08c7b

Please sign in to comment.