summaryrefslogtreecommitdiffstats
path: root/block/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-09-07 16:13:02 +0200
committerJens Axboe <axboe@kernel.dk>2021-09-07 08:39:29 -0600
commitcd82cca7ebfe9c6c74a8e5b28382ba88177ba5f1 (patch)
tree649ea2d4f33042529e895debeb58de0750370bd8 /block/Makefile
parent49d82b1445f13b2754aacc38d73d0cf1b515456c (diff)
downloadlinux-cd82cca7ebfe9c6c74a8e5b28382ba88177ba5f1.tar.bz2
block: split out operations on block special files
Add a new block/fops.c for all the file and address_space operations that provide the block special file support. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210907141303.1371844-2-hch@lst.de [axboe: correct trailing whitespace while at it] Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/Makefile')
-rw-r--r--block/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Makefile b/block/Makefile
index 1d0d466f2182..a4d8d149670b 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -3,7 +3,7 @@
# Makefile for the kernel block layer
#
-obj-$(CONFIG_BLOCK) := bio.o elevator.o blk-core.o blk-sysfs.o \
+obj-$(CONFIG_BLOCK) := 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 \