summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2019-07-15 17:51:00 +0200
committerDarrick J. Wong2019-07-17 16:20:43 +0200
commitcb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd (patch)
treeda6484b487f636f0eefd781f10b522a5652dd2c8 /fs/Makefile
parentiomap: move the buffered IO code into a separate file (diff)
downloadkernel-qcow2-linux-cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd.tar.gz
kernel-qcow2-linux-cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd.tar.xz
kernel-qcow2-linux-cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd.zip
iomap: move the main iteration code into a separate file
Move the main iteration code into a separate file so that we can group related functions in a single file instead of having a single enormous source file. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 8e61bdf9f330..d60089fd689b 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -52,7 +52,6 @@ obj-$(CONFIG_COREDUMP) += coredump.o
obj-$(CONFIG_SYSCTL) += drop_caches.o
obj-$(CONFIG_FHANDLE) += fhandle.o
-obj-$(CONFIG_FS_IOMAP) += iomap.o
obj-y += iomap/
obj-y += quota/