Re: [PATCH] block: Move a misplaced comment in queue_wb_lat_store()
From: Nilay Shroff <hidden>
Date: 2025-08-25 02:40:41
From: Nilay Shroff <hidden>
Date: 2025-08-25 02:40:41
On 8/23/25 1:31 AM, Bart Van Assche wrote:
blk_mq_quiesce_queue() does not wait for pending I/O to finish. Freezing
a queue waits for pending I/O to finish. Hence move the comment that
refers to waiting for pending I/O above the call that freezes the
request queue. This patch moves this comment back to the position where
it was when this comment was introduced. See also commit c125311d96b1
("blk-wbt: don't maintain inflight counts if disabled").
Cc: Christoph Hellwig <hch@lst.de>
Cc: Nilay Shroff <redacted>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>Looks good to me: Reviewed-by: Nilay Shroff <redacted>