]> 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)
commitd22de8bf4556a1046605c873d3eaa608627a587d
tree149f45d8b883a793c79c68a17036777b27e1143e
parent200ce8240ef5c6d3cf038a2304b05e600292ad45
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