]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: move xfs_file_iomap_begin_delay around
authorChristoph Hellwig <hch@lst.de>
Sat, 19 Oct 2019 16:09:46 +0000 (09:09 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commita78a2bfd457afa7e180603ed4ac76694361c3998
tree149f45d8b883a793c79c68a17036777b27e1143e
parentbc9b30f222bb2b63c9b86cbbae5ffc4c82e8bb0b
xfs: move xfs_file_iomap_begin_delay around

Move xfs_file_iomap_begin_delay near the end of the file next to the
other iomap functions to prepare for additional refactoring.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_iomap.c