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: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Darrick J. Wong
2019-07-15 08:50:59 -07:00
parent db074436f4
commit afc51aaa22
3 changed files with 1074 additions and 1053 deletions
-1053
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -6,6 +6,7 @@
obj-$(CONFIG_FS_IOMAP) += iomap.o
iomap-y += \
buffered-io.o \
direct-io.o \
fiemap.o \
seek.o
File diff suppressed because it is too large Load Diff