From: cem@kernel.org
To: zlang@redhat.com
Cc: djwong@kernel.org, linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Subject: [PATCH 1/3] xfs/513: remove attr2 and ikeep tests
Date: Thu, 25 Sep 2025 11:29:24 +0200 [thread overview]
Message-ID: <20250925093005.198090-2-cem@kernel.org> (raw)
In-Reply-To: <20250925093005.198090-1-cem@kernel.org>
From: Carlos Maiolino <cem@kernel.org>
Linux kernel commit b9a176e54162 removes several deprecated options
from XFS, causing this test to fail.
Giving the options have been removed from Linux for good, just stop
testing these options here.
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
---
tests/xfs/513 | 11 -----------
tests/xfs/513.out | 7 -------
2 files changed, 18 deletions(-)
diff --git a/tests/xfs/513 b/tests/xfs/513
index d3be3ced68a1..7dbd2626d9e2 100755
--- a/tests/xfs/513
+++ b/tests/xfs/513
@@ -182,12 +182,6 @@ do_test "-o allocsize=1048576k" pass "allocsize=1048576k" "true"
do_test "-o allocsize=$((dbsize / 2))" fail
do_test "-o allocsize=2g" fail
-# Test attr2
-do_mkfs -m crc=1
-do_test "" pass "attr2" "true"
-do_test "-o attr2" pass "attr2" "true"
-do_test "-o noattr2" fail
-
# Test discard
do_mkfs
do_test "" pass "discard" "false"
@@ -205,11 +199,6 @@ do_test "-o sysvgroups" pass "grpid" "false"
do_test "" pass "filestreams" "false"
do_test "-o filestreams" pass "filestreams" "true"
-# Test ikeep
-do_test "" pass "ikeep" "false"
-do_test "-o ikeep" pass "ikeep" "true"
-do_test "-o noikeep" pass "ikeep" "false"
-
# Test inode32|inode64
do_test "" pass "inode64" "true"
do_test "-o inode32" pass "inode32" "true"
diff --git a/tests/xfs/513.out b/tests/xfs/513.out
index 39945907140b..127f1681f979 100644
--- a/tests/xfs/513.out
+++ b/tests/xfs/513.out
@@ -9,10 +9,6 @@ TEST: "-o allocsize=PAGESIZE" "pass" "allocsize=PAGESIZE" "true"
TEST: "-o allocsize=1048576k" "pass" "allocsize=1048576k" "true"
TEST: "-o allocsize=2048" "fail"
TEST: "-o allocsize=2g" "fail"
-FORMAT: -m crc=1
-TEST: "" "pass" "attr2" "true"
-TEST: "-o attr2" "pass" "attr2" "true"
-TEST: "-o noattr2" "fail"
FORMAT:
TEST: "" "pass" "discard" "false"
TEST: "-o discard" "pass" "discard" "true"
@@ -24,9 +20,6 @@ TEST: "-o nogrpid" "pass" "grpid" "false"
TEST: "-o sysvgroups" "pass" "grpid" "false"
TEST: "" "pass" "filestreams" "false"
TEST: "-o filestreams" "pass" "filestreams" "true"
-TEST: "" "pass" "ikeep" "false"
-TEST: "-o ikeep" "pass" "ikeep" "true"
-TEST: "-o noikeep" "pass" "ikeep" "false"
TEST: "" "pass" "inode64" "true"
TEST: "-o inode32" "pass" "inode32" "true"
TEST: "-o inode64" "pass" "inode64" "true"
--
2.51.0
next prev parent reply other threads:[~2025-09-25 9:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 9:29 [PATCH 0/3] Update to account for attr2 and ikeep removal cem
2025-09-25 9:29 ` cem [this message]
2025-09-26 15:32 ` [PATCH 1/3] xfs/513: remove attr2 and ikeep tests Zorro Lang
2025-09-27 7:29 ` Carlos Maiolino
2025-09-27 13:42 ` Zorro Lang
2025-09-25 9:29 ` [PATCH 2/3] xfs/613: remove attr2 tests cem
2025-09-26 15:35 ` Zorro Lang
2025-09-25 9:29 ` [PATCH 3/3] xfs/539: Remove test for good cem
2025-09-26 15:37 ` Zorro Lang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250925093005.198090-2-cem@kernel.org \
--to=cem@kernel.org \
--cc=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=zlang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox