]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd828d846396e9c8cdc23d57de81c0eba129bf26
treed8a3e414547a17c4db46cc3bc6c2f51278b57709
parente86d80f3f3da4d1072ca810bbe97a8ef4bd674b0
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