]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: move the SEEK_HOLE 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)
commite8598041c89bad579b8e093357160c520088207f
treeb2d2decbde2d46f3a6531e5599c29f5a490c6280
parenteeb426e777335fa26668d02423d262efa39640ea
iomap: move the SEEK_HOLE code into a separate file

Move the SEEK_HOLE/SEEK_DATA 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/seek.c [new file with mode: 0644]