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@xxxxxx> > Cc: Nilay Shroff <nilay@xxxxxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Looks good to me: Reviewed-by: Nilay Shroff <nilay@xxxxxxxxxxxxx>