diff options
| author | 2021-09-07 16:13:03 +0200 | |
|---|---|---|
| committer | 2021-09-07 08:39:40 -0600 | |
| commit | 0dca4462ed0681649fdcd5700a6ddfbaa65fa178 (patch) | |
| tree | 51ea63fa87380ccea8e7d4eb8d5c6b2a1474411f /block/Makefile | |
| parent | block: split out operations on block special files (diff) | |
| download | linux-dev-0dca4462ed0681649fdcd5700a6ddfbaa65fa178.tar.xz linux-dev-0dca4462ed0681649fdcd5700a6ddfbaa65fa178.zip | |
block: move fs/block_dev.c to block/bdev.c
Move it together with the rest of the block layer.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210907141303.1371844-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/Makefile')
| -rw-r--r-- | block/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Makefile b/block/Makefile index a4d8d149670b..c03b92d8a4bc 100644 --- a/block/Makefile +++ b/block/Makefile @@ -3,7 +3,7 @@ # Makefile for the kernel block layer # -obj-$(CONFIG_BLOCK) := fops.o bio.o elevator.o blk-core.o blk-sysfs.o \ +obj-$(CONFIG_BLOCK) := 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-exec.o blk-merge.o blk-timeout.o \ blk-lib.o blk-mq.o blk-mq-tag.o blk-stat.o \ |
