+1
−1
+135
−0
block/blk-softirq.c
deleted100644 → 0
+0
−156
+0
−1
Loading
__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>