From: wangdi Date: Sat, 23 Sep 2006 07:37:05 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~855 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e04d9a2ce82f46061cf25f9b5229d1eb997b7019;p=fs%2Flustre-release.git Branch: b_new_cmd llog_connect_body should be in offset 1 --- diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 5b5df89..6a9a391 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -1187,7 +1187,7 @@ static int ost_llog_handle_connect(struct obd_export *exp, int rc; ENTRY; - body = lustre_msg_buf(req->rq_reqmsg, 0, sizeof(*body)); + body = lustre_msg_buf(req->rq_reqmsg, 1, sizeof(*body)); rc = obd_llog_connect(exp, body); RETURN(rc); }