]> git.baikalelectronics.ru Git - kernel.git/commit
block: factor out requeue handling from dispatch code
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 24 Mar 2020 15:24:44 +0000 (00:24 +0900)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Mar 2020 15:40:24 +0000 (09:40 -0600)
commitec28f5c49c1281da078732c8b198e18fb1598356
tree6ac0dd78c2f11befd3a402628e98cb3a0af0162a
parentc53216fb90656dfa6d4fdc51438a6bbc708d2dec
block: factor out requeue handling from dispatch code

Factor out the requeue handling from the dispatch code, this will make
subsequent addition of different requeueing schemes easier.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c