OSDN Git Service

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)
commitc92a41031a6d57395889b5c87cea359220a24d2a
tree6ac0dd78c2f11befd3a402628e98cb3a0af0162a
parent8cd5b8fc00716fb71f6b32d594b38a8f286d6c20
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