diff options
| author | Christoph Hellwig <hch@lst.de> | 2025-05-13 09:14:32 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-05-16 08:43:41 -0600 |
| commit | b0a4158554b9017467435069c1b327f35987b495 (patch) | |
| tree | 578419cca5d876c90c6d0de1d96ac501aa36c620 /block/Makefile | |
| parent | 7ee4fa04a8a27c7790a8fcd3093de3eb51aebb95 (diff) | |
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>
Diffstat (limited to 'block/Makefile')
| -rw-r--r-- | block/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/Makefile b/block/Makefile index 36033c0f07bc..c65f4da93702 100644 --- a/block/Makefile +++ b/block/Makefile @@ -5,8 +5,8 @@ obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ - blk-merge.o blk-timeout.o \ - blk-lib.o blk-mq.o blk-mq-tag.o blk-stat.o \ + blk-merge.o blk-timeout.o blk-lib.o blk-mq.o \ + blk-mq-tag.o blk-mq-dma.o blk-stat.o \ blk-mq-sysfs.o blk-mq-cpumap.o blk-mq-sched.o ioctl.o \ genhd.o ioprio.o badblocks.o partitions/ blk-rq-qos.o \ disk-events.o blk-ia-ranges.o early-lookup.o |
