blk-mq: merge blk-softirq.c into blk-mq.c
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Jun 2020 06:44:41 +0000 (08:44 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Jun 2020 15:15:56 +0000 (09:15 -0600)
commitc3077b5d97a39223a2d4b95a21ccff660836170f
treed8a3e414547a17c4db46cc3bc6c2f51278b57709
parent48778464bb7d346b47157d21ffde2af6b2d39110
blk-mq: merge blk-softirq.c into blk-mq.c

__blk_complete_request is only called from the blk-mq code, and
duplicates a lot of code from blk-mq.c.  Move it there to prepare
for better code sharing and simplifications.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Makefile
block/blk-mq.c
block/blk-softirq.c [deleted file]
include/linux/blkdev.h