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:
76c3eec
)
b=22307 rate limit dlm debug message in ll_inode_from_lock()
author
Johann Lombardi
<johann@sun.com>
Mon, 22 Mar 2010 22:01:55 +0000
(23:01 +0100)
committer
Johann Lombardi
<johann@sun.com>
Mon, 22 Mar 2010 22:01:55 +0000
(23:01 +0100)
i=oleg
i=dmitry
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
d7c24d1
..
e6ced4f
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-1226,11
+1226,10
@@
struct inode *ll_inode_from_lock(struct ldlm_lock *lock)
inode = igrab(lock->l_ast_data);
} else {
inode = lock->l_ast_data;
- ldlm_lock_debug(NULL, inode->i_state & I_FREEING ?
- D_INFO : D_WARNING,
- lock, __FILE__, __func__, __LINE__,
- "l_ast_data %p is bogus: magic %08x",
- lock->l_ast_data, lli->lli_inode_magic);
+ LDLM_DEBUG_LIMIT(inode->i_state & I_FREEING ? D_INFO :
+ D_WARNING, lock, "l_ast_data %p is "
+ "bogus: magic %08x", lock->l_ast_data,
+ lli->lli_inode_magic);
inode = NULL;
}
}