From e04d9a2ce82f46061cf25f9b5229d1eb997b7019 Mon Sep 17 00:00:00 2001 From: wangdi Date: Sat, 23 Sep 2006 07:37:05 +0000 Subject: [PATCH] Branch: b_new_cmd llog_connect_body should be in offset 1 --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.3.1