On 4/17/23 05:09, Christoph Hellwig wrote: > blk_flush_complete_seq currently queues requests that write data after > a pre-flush from the flush state machine at the head of the queue. > This doesn't really make sense, as the original request bypassed all > queue lists by directly diverting to blk_insert_flush from > blk_mq_submit_bio. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Looks good to me. Reviewed-by: Damien Le Moal <dlemoal@xxxxxxxxxx>