summaryrefslogtreecommitdiffstats
path: root/fs/iomap/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2019-07-15 17:50:58 +0200
committerDarrick J. Wong2019-07-17 16:14:10 +0200
commit56a178981d47075f6fe5e1c4de77036c821d2877 (patch)
treeb2d2decbde2d46f3a6531e5599c29f5a490c6280 /fs/iomap/Makefile
parentiomap: move the file mapping reporting code into a separate file (diff)
downloadkernel-qcow2-linux-56a178981d47075f6fe5e1c4de77036c821d2877.tar.gz
kernel-qcow2-linux-56a178981d47075f6fe5e1c4de77036c821d2877.tar.xz
kernel-qcow2-linux-56a178981d47075f6fe5e1c4de77036c821d2877.zip
iomap: move the SEEK_HOLE code into a separate file
Move the SEEK_HOLE/SEEK_DATA 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index 44cef914020f..5dfe8b5cf330 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -6,6 +6,7 @@
obj-$(CONFIG_FS_IOMAP) += iomap.o
iomap-y += \
- fiemap.o
+ fiemap.o \
+ seek.o
iomap-$(CONFIG_SWAP) += swapfile.o