Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da6d63
)
Don't stop iterating over locks after first one is found. From Ottawa.
author
adilger
<adilger>
Wed, 30 Jul 2003 18:49:59 +0000
(18:49 +0000)
committer
adilger
<adilger>
Wed, 30 Jul 2003 18:49:59 +0000
(18:49 +0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
2753b31
..
df87387
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-362,7
+362,7
@@
static int null_if_equal(struct ldlm_lock *lock, void *data)
if (lock->l_req_mode != lock->l_granted_mode)
return LDLM_ITER_STOP;
- return
0
;
+ return
LDLM_ITER_CONTINUE
;
}
void ll_clear_inode(struct inode *inode)