From 2e23e7d579c3c9f91f8fcf90f0dc37ae2ea8c400 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 16 Oct 2006 17:04:12 +0000 Subject: [PATCH] another one issue with pack_reply --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 1.8.3.1