commit | ecfea3f0c8c64ce7375f4be4506996968958bd01 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 19 11:07:11 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:27 2017 -0700 |
tree | 3d1e9daddd75be1ae2a54a183bf008117e8a8d98 | |
parent | 6b18af0dfd1695c1d53a2eeead838a90c27b7cb4 [diff] |
xfs: split xfs_bmap_shift_extents Have a separate helper for insert vs collapse, as this prepares us for simplifying the code in the next patches. Also changed the done output argument to a bool intead of int for both new functions. 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>