On 7/26/23 17:33, Damien Le Moal wrote:
On 7/27/23 04:34, Bart Van Assche wrote:+ if (blk_no_zone_write_lock(rq) && blk_rq_is_seq_zoned_write(rq)) + cmd->allowed += rq->q->nr_requests;Why += ? Shouldn't this be "=" ?
Hi Damien,I think that the retry mechanism is also used to retry commands for which a unit attention was reported. Hence "+=" instead of "=".
Thanks, Bart.