From 56543fee7922557eb18a7183a6307320f1a019bf Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 3 Oct 2007 04:59:46 +0000 Subject: [PATCH] remove wrong debug code. --- lustre/ldlm/ldlm_resource.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/ldlm/ldlm_resource.c b/lustre/ldlm/ldlm_resource.c index 7c7692f..922dba0 100644 --- a/lustre/ldlm/ldlm_resource.c +++ b/lustre/ldlm/ldlm_resource.c @@ -777,9 +777,6 @@ void __ldlm_resource_putref_final(struct ldlm_resource *res) LASSERT_SPIN_LOCKED(&ns->ns_hash_lock); - printk("destroy res %p\n", res); - WARN_ON(1); - if (!list_empty(&res->lr_granted)) { ldlm_resource_dump(D_ERROR, res); LBUG(); -- 1.8.3.1