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:
464521e
)
Andreas caught a think-o in the liblustre half of this checkin
author
phil
<phil>
Mon, 14 Feb 2005 05:52:52 +0000
(
05:52
+0000)
committer
phil
<phil>
Mon, 14 Feb 2005 05:52:52 +0000
(
05:52
+0000)
lustre/ldlm/l_lock.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/l_lock.c
b/lustre/ldlm/l_lock.c
index
baf43ab
..
fd229c3
100644
(file)
--- a/
lustre/ldlm/l_lock.c
+++ b/
lustre/ldlm/l_lock.c
@@
-144,7
+144,7
@@
void l_check_no_ns_lock(struct ldlm_namespace *ns)
#else
void l_check_ns_lock(struct ldlm_namespace *ns)
{
- if (l_has_lock(&ns->ns_lock)) {
+ if (
!
l_has_lock(&ns->ns_lock)) {
CERROR("namespace %s lock not held when it should be; tell "
"phil\n", ns->ns_name);
}