On Tue, Oct 27, 2020 at 12:01:56PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > The _get_file_block_size helper was added so that tests could find out > the size of a fundamental unit of allocation for a given file, which is > necessary for certain fallocate and clonerange tests. > > On certain filesystem configurations (ocfs2 with clusters, xfs with a > large rt extent size), this is /not/ the same as the filesystem block > size, and these tests will fail. Fix them to use the correct helper. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>