From 82753d9aa6e96f58967b3287d5178b59af148749 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 26 Nov 2008 15:14:20 +0000 Subject: [PATCH] Branch b1_8_gate b=17691 i=adilger, johann Handle the 1.6 lustre-msg in interop case. --- lustre/include/lustre/lustre_idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index b01fb60..13807db 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -260,7 +260,7 @@ struct ptlrpc_body { __u64 pb_padding[4]; }; -extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); +extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb, int msgsize); /* message body offset for lustre_msg_v2 */ /* ptlrpc body offset in all request/reply messages */ -- 1.8.3.1