Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc51aaa authored by Darrick J. Wong's avatar Darrick J. Wong
Browse files

iomap: move the buffered IO code into a separate file



Move the buffered IO code into a separate file so that we can group
related functions in a single file instead of having a single enormous
source file.

Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
parent db074436
Loading
Loading
Loading
Loading
+0 −1053

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
obj-$(CONFIG_FS_IOMAP)		+= iomap.o

iomap-y				+= \
					buffered-io.o \
					direct-io.o \
					fiemap.o \
					seek.o

fs/iomap/buffered-io.c

0 → 100644
+1073 −0

File added.

Preview size limit exceeded, changes collapsed.