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:
a3cd4c2
)
Branch b1_8
author
adilger
<adilger>
Wed, 27 May 2009 21:06:07 +0000
(21:06 +0000)
committer
adilger
<adilger>
Wed, 27 May 2009 21:06:07 +0000
(21:06 +0000)
Don't use RETURN macro when there is no ENTRY.
This is very verbose and spams the debug log.
lustre/ldlm/ldlm_pool.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_pool.c
b/lustre/ldlm/ldlm_pool.c
index
f8908f6
..
6779be5
100644
(file)
--- 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.