aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-15 08:50:58 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-17 07:14:10 -0700
commit5157fb8f5ae123badeeb5effd0716712066e20d8 (patch)
treeb3f21331590ac9cfc3c45561732fc51eca331c82 /fs/iomap/Makefile
parentiomap: move the swapfile code into a separate file (diff)
downloadwireguard-linux-5157fb8f5ae123badeeb5effd0716712066e20d8.tar.xz
wireguard-linux-5157fb8f5ae123badeeb5effd0716712066e20d8.zip
iomap: move the file mapping reporting code into a separate file
Move the file mapping reporting code (FIEMAP/FIBMAP) 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, 3 insertions, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index f88eca22ae80..44cef914020f 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -5,4 +5,7 @@
#
obj-$(CONFIG_FS_IOMAP) += iomap.o
+iomap-y += \
+ fiemap.o
+
iomap-$(CONFIG_SWAP) += swapfile.o