blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flush
authorChristoph Hellwig <hch@lst.de>
Sun, 16 Apr 2023 07:35:53 +0000 (09:35 +0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Apr 2023 19:01:43 +0000 (13:01 -0600)
commit26a42b614eb934f400cd3d1cc0b7fa1955ae3320
treec3ffe8075d4461351b36f4e3282dd1db5b16641a
parente53413f8deedf738a6782cc14cc00bd5852ccf18
blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flush

Commit b12e5c6c755a accidentally changes blk_kick_flush to do a head
insert into the requeue list, fix this up.

Fixes: b12e5c6c755a ("blk-mq: pass a flags argument to blk_mq_add_to_requeue_list")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230416073553.966161-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-flush.c