Whamcloud - gitweb
- vbr interoperability with 1.6
authortappro <tappro>
Wed, 20 Aug 2008 20:00:31 +0000 (20:00 +0000)
committertappro <tappro>
Wed, 20 Aug 2008 20:00:31 +0000 (20:00 +0000)
  b:15942
  i:rread, bzzz

lustre/ptlrpc/niobuf.c

index 2ae3e50..f123b76 100644 (file)
@@ -392,7 +392,7 @@ int ptlrpc_send_reply (struct ptlrpc_request *req, int flags)
                         lustre_msg_set_cksum(req->rq_repmsg, 
                                          lustre_msg_calc_cksum(req->rq_repmsg));
                 } else {
-                        offset = lustre_msg_early_size();
+                        offset = lustre_msg_early_size(req);
                 }
         } else {
                 CDEBUG(D_ADAPTTO, "No early reply support: flags=%#x "