]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/604: add missing falloc test
authorDarrick J. Wong <djwong@kernel.org>
Mon, 20 Nov 2023 19:35:20 +0000 (11:35 -0800)
committerZorro Lang <zlang@kernel.org>
Sat, 9 Dec 2023 04:05:35 +0000 (12:05 +0800)
This test requires both the xfs_io falloc and fpunch commands to run.
falloc isn't supported on alwayscow=1 mounts, which means this test
fails there.

While we're at it, update the commit id since the fix was committed to
6.7-rc2.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/604

index 50cdebcd50a3eb9e0547c7dbbcc5ff8f3dcf826c..bb6db797e59a13fa2eb47d91f01d883d920410a1 100755 (executable)
@@ -13,9 +13,10 @@ _begin_fstest auto prealloc punch
 
 _supported_fs xfs
 _require_scratch
+_require_xfs_io_command "falloc"
 _require_xfs_io_command "fpunch"
 _require_test_program punch-alternating
-_fixed_by_kernel_commit XXXXXXXXXXXX "xfs: fix internal error from AGFL exhaustion"
+_fixed_by_kernel_commit f63a5b3769ad "xfs: fix internal error from AGFL exhaustion"
 
 # Disable the rmapbt so we only need to worry about splitting the bnobt and
 # cntbt at the same time.