Re: [PATCH v2 4/6] blk-mq: delete superfluous check in iterate callback

From: Bart Van Assche
Date: Wed Aug 23 2023 - 10:40:17 EST


On 8/23/23 02:04, chengming.zhou@xxxxxxxxx wrote:
The previous patch in this series changed the behavior of
blk_mq_queue_tag_busy_iter() from iterating over all allocated tags into
iterating over started requests only. Leave out the code from
blk_mq_rq_inflight() that became superfluous because of this change.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>