]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/populate: drop fallocate mode 0 requirement
authorDarrick J. Wong <djwong@kernel.org>
Fri, 21 Mar 2025 21:28:10 +0000 (14:28 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 28 Mar 2025 01:05:05 +0000 (09:05 +0800)
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@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/populate

index a1be26d5b24adfba9950da7f5c76f81e70c085f8..7352f598a0c7006ba699a0ab8e64b5983d179bda 100644 (file)
@@ -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"