From 86950a4e23c176d88b27cfd06039bb4d88b520ff Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 29 Jul 2025 13:09:01 -0700 Subject: [PATCH] generic/767: require fallocate support This test fails on filesystems that don't support fallocate, so screen them out. Cc: fstests@vger.kernel.org # v2025.07.13 Fixes: fa8694c823d853 ("generic: various atomic write tests with hardware and scsi_debug") Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- tests/generic/767 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/generic/767 b/tests/generic/767 index 758222f4..31d599ea 100755 --- a/tests/generic/767 +++ b/tests/generic/767 @@ -23,6 +23,8 @@ _cleanup() _require_scsi_debug _require_scratch _require_block_device $SCRATCH_DEV +_require_xfs_io_command "falloc" + # Format something so that ./check doesn't freak out _scratch_mkfs >> $seqres.full -- 2.39.5