summary refs log tree commit diff
path: root/fs/iomap/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-15 08:51:00 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-17 07:20:43 -0700
commitcb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd (patch)
treeda6484b487f636f0eefd781f10b522a5652dd2c8 /fs/iomap/Makefile
parentafc51aaa22f26cb2894083c4f25097e0950f1609 (diff)
downloadlinux-cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd.tar.gz
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/iomap/Makefile')
-rw-r--r--fs/iomap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index 19fd672cd486..2d165388d952 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -6,6 +6,7 @@
 obj-$(CONFIG_FS_IOMAP)		+= iomap.o
 
 iomap-y				+= \
+					apply.o \
 					buffered-io.o \
 					direct-io.o \
 					fiemap.o \