commit | fe341eb151ec0ba80fb74edd6201fc78e5232b6b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Sep 09 14:21:06 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Sep 15 20:52:42 2020 -0700 |
tree | f6efbc2f4dbb906879acf20bc7905647d3ba51ca | |
parent | 2a6ca4baed620303d414934aa1b7b0a8e7bab05f [diff] |
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt extent size Make sure that any fallocate operation that requires the range to be block-aligned also checks that the range is aligned to the realtime extent size. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>