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:
parent
db074436f4
commit
afc51aaa22
1053
fs/iomap.c
1053
fs/iomap.c
File diff suppressed because it is too large
Load Diff
|
@ -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
Loading…
Reference in New Issue