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:
f024f38
)
remove '\n' from the end of the debug message
author
tappro
<tappro>
Wed, 11 Oct 2006 00:26:32 +0000
(
00:26
+0000)
committer
tappro
<tappro>
Wed, 11 Oct 2006 00:26:32 +0000
(
00:26
+0000)
lustre/ldlm/ldlm_lock.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lock.c
b/lustre/ldlm/ldlm_lock.c
index
f50d30f
..
c70d72c
100644
(file)
--- a/
lustre/ldlm/ldlm_lock.c
+++ b/
lustre/ldlm/ldlm_lock.c
@@
-131,7
+131,7
@@
void ldlm_lock_put(struct ldlm_lock *lock)
struct ldlm_resource *res;
LDLM_DEBUG(lock,
- "final lock_put on destroyed lock, freeing it.
\n
");
+ "final lock_put on destroyed lock, freeing it.");
lock_res_and_lock(lock);
res = lock->l_resource;