iomap: move the file mapping reporting code into a separate file
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:50:58 +0000 (08:50 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 17 Jul 2019 14:14:10 +0000 (07:14 -0700)
commit5157fb8f5ae123badeeb5effd0716712066e20d8
treeb3f21331590ac9cfc3c45561732fc51eca331c82
parenta45c0eccc564649541305c71539350c7a890226e
iomap: move the file mapping reporting code into a separate file

Move the file mapping reporting code (FIEMAP/FIBMAP) 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/fiemap.c [new file with mode: 0644]