diff mbox series

[7/7] generic/{094,225}: drop the file allocation unit requirements

Message ID 168305812593.331137.15186959270369278061.stgit@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series fstests: random fixes for v2023.05.01 | expand

Commit Message

Darrick J. Wong May 2, 2023, 8:08 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Drop these two test precondition requirements now that we've fixed
fiemap-tester to handle unwritten preallocations that are mapped to
unwritten parts of files and/or mapped beyond EOF.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/generic/094 |    5 -----
 tests/generic/225 |    5 -----
 2 files changed, 10 deletions(-)
diff mbox series

Patch

diff --git a/tests/generic/094 b/tests/generic/094
index 5c12b7310a..0d9ce8b6ee 100755
--- a/tests/generic/094
+++ b/tests/generic/094
@@ -26,11 +26,6 @@  fiemapfile=$SCRATCH_MNT/$seq.fiemap
 
 _require_test_program "fiemap-tester"
 
-# FIEMAP test doesn't like finding unwritten blocks after it punches out
-# a partial rt extent.
-test "$FSTYP" = "xfs" && \
-	_require_file_block_size_equals_fs_block_size $SCRATCH_MNT
-
 seed=`date +%s`
 
 echo "using seed $seed" >> $seqres.full
diff --git a/tests/generic/225 b/tests/generic/225
index d96382996e..a996889ecf 100755
--- a/tests/generic/225
+++ b/tests/generic/225
@@ -26,11 +26,6 @@  fiemaplog=$SCRATCH_MNT/$seq.log
 
 _require_test_program "fiemap-tester"
 
-# FIEMAP test doesn't like finding unwritten blocks after it punches out
-# a partial rt extent.
-test "$FSTYP" = "xfs" && \
-	_require_file_block_size_equals_fs_block_size $SCRATCH_MNT
-
 seed=`date +%s`
 
 echo "using seed $seed" >> $fiemaplog