Skip to content

Commit 8d04fbe

Browse files
author
Darrick J. Wong
committed
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 <[email protected]> Reviewed-by: Dave Chinner <[email protected]>
1 parent fad0a1a commit 8d04fbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fs/iomap/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ccflags-y += -I $(srctree)/$(src) # needed for trace events
99
obj-$(CONFIG_FS_IOMAP) += iomap.o
1010

1111
iomap-y += trace.o \
12-
apply.o \
1312
buffered-io.o \
1413
direct-io.o \
1514
fiemap.o \
15+
iter.o \
1616
seek.o
1717
iomap-$(CONFIG_SWAP) += swapfile.o
File renamed without changes.

0 commit comments

Comments
 (0)