]> 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)
commit82fec9417c17a49dd5d907c232a51d4c638140c0
tree6ac0dd78c2f11befd3a402628e98cb3a0af0162a
parent248598618a6d4d567c6cb6ad31727f6d628a064c
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