From d2f055fd91a28683a4416f7778d0984f6bfee15c Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 28 Jan 2025 08:12:58 +0100 Subject: [PATCH] generic/363: remove _supported_fs xfs Run this test for all file systems. Just because they are broken doesn't mean that zeroing should not be tested. Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- tests/generic/363 | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/generic/363 b/tests/generic/363 index 477c111cc..74226a458 100755 --- a/tests/generic/363 +++ b/tests/generic/363 @@ -13,9 +13,6 @@ _begin_fstest rw auto _require_test -# currently only xfs performs enough zeroing to satisfy fsx -_supported_fs xfs - # on failure, replace -q with -d to see post-eof writes in the dump output run_fsx "-q -S 0 -e 1 -N 100000" -- 2.49.0