Whamcloud - gitweb
another one issue with pack_reply
authortappro <tappro>
Mon, 16 Oct 2006 17:04:12 +0000 (17:04 +0000)
committertappro <tappro>
Mon, 16 Oct 2006 17:04:12 +0000 (17:04 +0000)
lustre/ldlm/ldlm_lib.c

index 125eb6f..442cf84 100644 (file)
@@ -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 {