mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
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>
This commit is contained in:
parent
fad0a1ab34
commit
8d04fbe71f
@ -9,9 +9,9 @@ ccflags-y += -I $(srctree)/$(src) # needed for trace events
|
|||||||
obj-$(CONFIG_FS_IOMAP) += iomap.o
|
obj-$(CONFIG_FS_IOMAP) += iomap.o
|
||||||
|
|
||||||
iomap-y += trace.o \
|
iomap-y += trace.o \
|
||||||
apply.o \
|
|
||||||
buffered-io.o \
|
buffered-io.o \
|
||||||
direct-io.o \
|
direct-io.o \
|
||||||
fiemap.o \
|
fiemap.o \
|
||||||
|
iter.o \
|
||||||
seek.o
|
seek.o
|
||||||
iomap-$(CONFIG_SWAP) += swapfile.o
|
iomap-$(CONFIG_SWAP) += swapfile.o
|
||||||
|
Loading…
Reference in New Issue
Block a user