]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iomap: move loop control code to iter.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 11 Aug 2021 15:26:56 +0000 (08:26 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 17 Aug 2021 04:26:33 +0000 (21:26 -0700)
Now that we've moved iomap to the iterator model, rename this file to be
in sync with the functions contained inside of it.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/iomap/Makefile
fs/iomap/iter.c [moved from fs/iomap/apply.c with 100% similarity]

index eef2722d93a183584625722a70c304ee90d08da8..4143a3ff89dbccd2ac5fc3eb80392266e94165f1 100644 (file)
@@ -9,9 +9,9 @@ ccflags-y += -I $(srctree)/$(src)               # needed for trace events
 obj-$(CONFIG_FS_IOMAP)         += iomap.o
 
 iomap-y                                += trace.o \
-                                  apply.o \
                                   buffered-io.o \
                                   direct-io.o \
                                   fiemap.o \
+                                  iter.o \
                                   seek.o
 iomap-$(CONFIG_SWAP)           += swapfile.o
similarity index 100%
rename from fs/iomap/apply.c
rename to fs/iomap/iter.c