From: Darrick J. Wong <djwong@xxxxxxxxxx> 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" <djwong@xxxxxxxxxx> --- common/populate | 1 - 1 file changed, 1 deletion(-) diff --git a/common/populate b/common/populate index a1be26d5b24adf..7352f598a0c700 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"