From 3aa64ae3206c4dba230230f68f42cda6864c1812 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 12 Nov 2004 07:28:56 +0000 Subject: [PATCH] - fix from Alex --- lustre/ldlm/ldlm_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 50f2f97..e003628 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1177,7 +1177,6 @@ int target_queue_recovery_request(struct ptlrpc_request *req, if (obd->obd_recovery_data.trd_processing_task == current->pid || transno < obd->obd_next_recovery_transno) { /* Processing the queue right now, don't re-add. */ - lustre_msg_clear_flags(req->rq_reqmsg, MSG_RESENT); LASSERT(list_empty(&req->rq_list)); spin_unlock_bh(&obd->obd_processing_task_lock); return 1; -- 1.8.3.1