Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Wed, 26 Nov 2008 15:14:20 +0000 (15:14 +0000)
committeryangsheng <yangsheng>
Wed, 26 Nov 2008 15:14:20 +0000 (15:14 +0000)
b=17691
i=adilger, johann

Handle the 1.6 lustre-msg in interop case.

lustre/include/lustre/lustre_idl.h

index b01fb60..13807db 100644 (file)
@@ -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 */