summaryrefslogtreecommitdiff
path: root/fs/iomap
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-08-11 18:26:56 +0300
committerDarrick J. Wong <djwong@kernel.org>2021-08-17 07:26:33 +0300
commit8d04fbe71fa06bb3671f449026178adfbf45dc74 (patch)
tree5f201b6383af403be850e0f0a4c9a48bdaef0d31 /fs/iomap
parentfad0a1ab34f777bd8a95c6cebd70ee899b6e159e (diff)
downloadlinux-8d04fbe71fa06bb3671f449026178adfbf45dc74.tar.xz
iomap: move loop control code to iter.c
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>
Diffstat (limited to 'fs/iomap')
-rw-r--r--fs/iomap/Makefile2
-rw-r--r--fs/iomap/iter.c (renamed from fs/iomap/apply.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index eef2722d93a1..4143a3ff89db 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -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
diff --git a/fs/iomap/apply.c b/fs/iomap/iter.c
index a1c7592d2ade..a1c7592d2ade 100644
--- a/fs/iomap/apply.c
+++ b/fs/iomap/iter.c