From 8b81cf5ce725bdd0b725abeb8e333cb547a8569b Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 29 Jul 2025 13:09:32 -0700 Subject: [PATCH] generic/767: allow on any atomic writes filesystem This test now works correctly for any atomic writes geometry since we control all the parameters. Remove this restriction so that we can get minimal testing on ext4 and fuse2fs. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/generic/767 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/generic/767 b/tests/generic/767 index 161fef03..558aab1e 100755 --- a/tests/generic/767 +++ b/tests/generic/767 @@ -36,7 +36,6 @@ export SCRATCH_DEV=$dev unset USE_EXTERNAL _require_scratch_write_atomic -_require_scratch_write_atomic_multi_fsblock # Check that xfs_io supports the commands needed to run this test # Note: _require_xfs_io_command is not used here because we want to -- 2.39.5