Whamcloud - gitweb
small fix about pack reply
authorhuanghua <huanghua>
Thu, 21 Sep 2006 05:29:14 +0000 (05:29 +0000)
committerhuanghua <huanghua>
Thu, 21 Sep 2006 05:29:14 +0000 (05:29 +0000)
lustre/ost/ost_handler.c

index d69e4b3..5b5df89 100644 (file)
@@ -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));