From: yury Date: Fri, 12 Nov 2004 07:28:56 +0000 (+0000) Subject: - fix from Alex X-Git-Tag: 1.3.4~338 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3aa64ae3206c4dba230230f68f42cda6864c1812;p=fs%2Flustre-release.git - fix from Alex --- 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;