From: tappro Date: Sat, 7 Oct 2006 08:50:58 +0000 (+0000) Subject: - temporary change to see request debug instead of assert. This is to 11012 X-Git-Tag: v1_8_0_110~486^2~663 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=42f0c007f5fb1dc1e009a28746b6b3e71f4187e9;p=fs%2Flustre-release.git - temporary change to see request debug instead of assert. This is to 11012 debug --- diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 1606771..3eb9604 100644 --- 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; } }