From 89d63c7ccd7cce982313b5002a345c7d99827397 Mon Sep 17 00:00:00 2001 From: wangdi Date: Fri, 27 Oct 2006 06:10:24 +0000 Subject: [PATCH] Branch: b_new_cmd add this ldlm debug info temporarily --- lustre/ldlm/ldlm_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index 98305d0..a8bdffc 100644 --- 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], -- 1.8.3.1