From: tappro Date: Mon, 16 Oct 2006 17:04:12 +0000 (+0000) Subject: another one issue with pack_reply X-Git-Tag: v1_8_0_110~486^2~488 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2e23e7d579c3c9f91f8fcf90f0dc37ae2ea8c400;p=fs%2Flustre-release.git another one issue with pack_reply --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 125eb6f..442cf84 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1025,7 +1025,7 @@ static void abort_lock_replay_queue(struct obd_device *obd) DEBUG_REQ(D_ERROR, req, "aborted:"); req->rq_status = -ENOTCONN; req->rq_type = PTL_RPC_MSG_ERR; - rc = lustre_pack_reply(req, 0, NULL, NULL); + rc = lustre_pack_reply(req, 1, NULL, NULL); if (rc == 0) { ptlrpc_reply(req); } else {