iomap: move the main iteration code into a separate file
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:51:00 +0000 (08:51 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 17 Jul 2019 14:20:43 +0000 (07:20 -0700)
commitcb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd
treeda6484b487f636f0eefd781f10b522a5652dd2c8
parentafc51aaa22f26cb2894083c4f25097e0950f1609
iomap: move the main iteration code into a separate file

Move the main iteration 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/Makefile
fs/iomap/Makefile
fs/iomap/apply.c [moved from fs/iomap.c with 85% similarity]