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:
c7eba95
)
Branch b1_6
author
anserper
<anserper>
Fri, 22 Feb 2008 21:07:34 +0000
(21:07 +0000)
committer
anserper
<anserper>
Fri, 22 Feb 2008 21:07:34 +0000
(21:07 +0000)
b=14899
i=adilger
fix missing \n (which caused error messages)
lustre/ptlrpc/pack_generic.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/pack_generic.c
b/lustre/ptlrpc/pack_generic.c
index
c7f574d
..
3f3d746
100644
(file)
--- a/
lustre/ptlrpc/pack_generic.c
+++ b/
lustre/ptlrpc/pack_generic.c
@@
-844,7
+844,7
@@
static inline int lustre_unpack_ptlrpc_body_v2(struct lustre_msg_v2 *m,
pb = lustre_msg_buf_v2(m, offset, sizeof(*pb));
if (!pb) {
- CERROR("error unpacking ptlrpc body");
+ CERROR("error unpacking ptlrpc body
\n
");
return -EFAULT;
}
if (lustre_msg_swabbed(m))