From: Darrick J. Wong Date: Fri, 21 Mar 2025 21:28:10 +0000 (-0700) Subject: common/populate: drop fallocate mode 0 requirement X-Git-Tag: v2025.03.30~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eff1baf42a79c5650b857108412d1dcc0c54e537;p=xfstests-dev.git common/populate: drop fallocate mode 0 requirement None of the _scratch_$FSTYP_populate functions use fallocate mode 0 (aka preallocation) to run, so drop the _require check. This enables xfs/349 and friends to work on always-cow xfs filesystems. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/common/populate b/common/populate index a1be26d5..7352f598 100644 --- a/common/populate +++ b/common/populate @@ -8,7 +8,6 @@ . ./common/quota _require_populate_commands() { - _require_xfs_io_command "falloc" _require_xfs_io_command "fpunch" _require_test_program "punch-alternating" _require_test_program "popdir.pl"