2023-08-21 22:20:42

by Bart Van Assche

[permalink] [raw]
Subject: Re: [PATCH 3/4] blk-mq: delete superfluous check in iterate callback

On 8/21/23 00:35, [email protected] wrote:
> From: Chengming Zhou <[email protected]>
>
> The blk_mq_queue_tag_busy_iter() already has BT_TAG_ITER_STARTED flag
> filter set, only started requests will be iterated over.

Please consider changing the description of this patch into something like
the following: "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."

Thanks,

Bart.