iomap: move the buffered IO code into a separate file
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:50:59 +0000 (08:50 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 17 Jul 2019 14:16:00 +0000 (07:16 -0700)
commitafc51aaa22f26cb2894083c4f25097e0950f1609
tree5cda015482fd64aa7fd4020c004b32ee605cc462
parentdb074436f421967f4f30cfbb6fbc2a728f3e62b3
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>
fs/iomap.c
fs/iomap/Makefile
fs/iomap/buffered-io.c [new file with mode: 0644]