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:
9c1bb45
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Fri, 27 Oct 2006 06:10:24 +0000
(06:10 +0000)
committer
wangdi
<wangdi>
Fri, 27 Oct 2006 06:10:24 +0000
(06:10 +0000)
add this ldlm debug info temporarily
lustre/ldlm/ldlm_lock.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lock.c
b/lustre/ldlm/ldlm_lock.c
index
98305d0
..
a8bdffc
100644
(file)
--- a/
lustre/ldlm/ldlm_lock.c
+++ b/
lustre/ldlm/ldlm_lock.c
@@
-853,7
+853,7
@@
int ldlm_lock_match(struct ldlm_namespace *ns, int flags,
if (flags & LDLM_FL_TEST_LOCK)
LDLM_LOCK_PUT(lock);
- } else if (!(flags & LDLM_FL_TEST_LOCK)) {/*less verbose for test-only*/
+ } else if (
1 ||
!(flags & LDLM_FL_TEST_LOCK)) {/*less verbose for test-only*/
LDLM_DEBUG_NOLOCK("not matched ns %p type %u mode %u res "
LPU64"/"LPU64" ("LPU64" "LPU64")", ns,
type, mode, res_id->name[0], res_id->name[1],