From: huanghua Date: Thu, 21 Sep 2006 05:29:14 +0000 (+0000) Subject: small fix about pack reply X-Git-Tag: v1_8_0_110~486^2~886 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b74fd66d0d31568424a7e8d31b322c6d1c1232e8;p=fs%2Flustre-release.git small fix about pack reply --- diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index d69e4b3..5b5df89 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -1443,7 +1443,7 @@ static int ost_handle(struct ptlrpc_request *req) DEBUG_REQ(D_INODE, req, "log connect\n"); rc = ost_llog_handle_connect(req->rq_export, req); req->rq_status = rc; - rc = lustre_pack_reply(req, 0, NULL, NULL); + rc = lustre_pack_reply(req, 1, NULL, NULL); if (rc) RETURN(rc); RETURN(ptlrpc_reply(req));