commit | b71de9073a655a01941beb9e40a45c56cfd3bb38 | [log] [tgz] |
---|---|---|
author | Pankaj Raghav <p.raghav@samsung.com> | Thu Oct 24 13:23:10 2024 +0200 |
committer | Zorro Lang <zlang@kernel.org> | Sat Oct 26 00:58:59 2024 +0800 |
tree | f86f66e8589cc5d0461c0a56f883f854756eb3de | |
parent | 18795160b0f324401a62b4e8e2b3a1f8753a896b [diff] |
generic/219: use filesystem blocksize while calculating the file size generic/219 was failing for XFS with 32k and 64k blocksize. Even though we do only 48k IO, XFS will allocate blocks rounded to the nearest blocksize. Signed-off-by: Pankaj Raghav <p.raghav@samsung.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>