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:
8504227
)
- temporary change to see request debug instead of assert. This is to 11012
author
tappro
<tappro>
Sat, 7 Oct 2006 08:50:58 +0000
(08:50 +0000)
committer
tappro
<tappro>
Sat, 7 Oct 2006 08:50:58 +0000
(08:50 +0000)
debug
lustre/ptlrpc/pack_generic.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/pack_generic.c
b/lustre/ptlrpc/pack_generic.c
index
1606771
..
3eb9604
100644
(file)
--- a/
lustre/ptlrpc/pack_generic.c
+++ b/
lustre/ptlrpc/pack_generic.c
@@
-1206,8
+1206,8
@@
__u32 lustre_msg_get_opc(struct lustre_msg *msg)
return pb->pb_opc;
}
default:
-
LASSERTF(0,
"incorrect message magic: %08x\n", msg->lm_magic);
- return
0
;
+
CERROR(
"incorrect message magic: %08x\n", msg->lm_magic);
+ return
666
;
}
}