From 6e05cde9237fd04f2cd6d15ad2be8526143f6f1b Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 27 May 2009 21:06:07 +0000 Subject: [PATCH] Branch b1_8 Don't use RETURN macro when there is no ENTRY. This is very verbose and spams the debug log. --- lustre/ldlm/ldlm_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_pool.c b/lustre/ldlm/ldlm_pool.c index f8908f6..6779be5 100644 --- a/lustre/ldlm/ldlm_pool.c +++ b/lustre/ldlm/ldlm_pool.c @@ -528,7 +528,7 @@ static int ldlm_cli_pool_shrink(struct ldlm_pool *pl, * Do not cancel locks in case lru resize is disabled for this ns. */ if (!ns_connect_lru_resize(ns)) - RETURN(0); + return 0; /* * Make sure that pool knows last SLV and Limit from obd. -- 1.8.3.1