Skip to content

Commit

Permalink
iomap: move loop control code to iter.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
  • Loading branch information
Darrick J. Wong committed Aug 17, 2021
1 parent fad0a1a commit 8d04fbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/iomap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit 8d04fbe

Please sign in to comment.