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