From 5157fb8f5ae123badeeb5effd0716712066e20d8 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 15 Jul 2019 08:50:58 -0700 Subject: 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 Reviewed-by: Christoph Hellwig --- fs/iomap/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/iomap/Makefile') 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 -- cgit v1.2.3