]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:25:45 +0000 (11:25 +0100)
commit7894076fbc90e8c2528e339d50f0e669a6e7fc7a
treee3c11260d8416bc1b031d9e6cece0d23f473a020
parentf601479cdbe57f294a8894f35518113cda94cef9
block: factor out requeue handling from dispatch code

[ Upstream commit c92a41031a6d57395889b5c87cea359220a24d2a ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/blk-mq.c