From 91b36ed5a9ecca538556cfb2dbc0413a25467ac0 Mon Sep 17 00:00:00 2001 From: deen Date: Thu, 14 Aug 2008 10:51:36 +0000 Subject: [PATCH] Replace D_OTHER with D_INFO in ldlm_resource_dump() calls: 1) Move ldlm_resource_dump() calls from D_OTHER to D_INFO in non-error cases. 2) In ldlm_resource_add_lock(), move CDEBUG() and ldlm_lock_dump() back to D_OTHER for consistency with another debug output in this function. b=15953 i=johann i=nathan --- 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 53d3af1..8fa601f 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -796,7 +796,7 @@ static void ldlm_granted_list_add_lock(struct ldlm_lock *lock, check_res_locked(res); - ldlm_resource_dump(D_OTHER, res); + ldlm_resource_dump(D_INFO, res); CDEBUG(D_OTHER, "About to add this lock:\n"); ldlm_lock_dump(D_OTHER, lock, 0); -- 1.8.3.1