1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
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
fs/iomap.c

File diff suppressed because it is too large Load Diff

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