From 80953e04870cb2d3946476a9f835093231416462 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 20 Aug 2008 20:00:31 +0000 Subject: [PATCH] - vbr interoperability with 1.6 b:15942 i:rread, bzzz --- lustre/ptlrpc/niobuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/niobuf.c b/lustre/ptlrpc/niobuf.c index 2ae3e50..f123b76 100644 --- a/lustre/ptlrpc/niobuf.c +++ b/lustre/ptlrpc/niobuf.c @@ -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 " -- 1.8.3.1