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:
6a62702
)
remove wrong debug code.
author
shadow
<shadow>
Wed, 3 Oct 2007 04:59:46 +0000
(
04:59
+0000)
committer
shadow
<shadow>
Wed, 3 Oct 2007 04:59:46 +0000
(
04:59
+0000)
lustre/ldlm/ldlm_resource.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_resource.c
b/lustre/ldlm/ldlm_resource.c
index
7c7692f
..
922dba0
100644
(file)
--- 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();