]> www.infradead.org Git - users/jedix/linux-maple.git/commit
blk-mq: move the DMA mapping code to a separate file
authorChristoph Hellwig <hch@lst.de>
Tue, 13 May 2025 07:14:32 +0000 (09:14 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 May 2025 14:43:41 +0000 (08:43 -0600)
commitb0a4158554b9017467435069c1b327f35987b495
tree578419cca5d876c90c6d0de1d96ac501aa36c620
parent7ee4fa04a8a27c7790a8fcd3093de3eb51aebb95
blk-mq: move the DMA mapping code to a separate file

While working on the new DMA API I kept getting annoyed how it was placed
right in the middle of the bio splitting code in blk-merge.c.
Split it out into a separate file.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250513071433.836797-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Makefile
block/blk-merge.c
block/blk-mq-dma.c [new file with mode: 0644]
block/blk.h