Re: [PATCH v2] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().

From: Bart Van Assche
Date: Fri Aug 29 2025 - 00:32:49 EST


On 8/28/25 8:45 PM, chengkaitao wrote:
In commit(fde02699c242), the "if (blk_rq_is_seq_zoned_write(rq))"
was removed, but the "rb_entry_rq(node)" and some other code were
inadvertently left behind. This patch fixed it.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>