From: Andrey Albershteyn <aalbersh@redhat.com>
To: linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Cc: djwong@kernel.org, zlang@redhat.com,
Andrey Albershteyn <aalbersh@kernel.org>
Subject: [PATCH 1/3] common/filter: add missing file attribute
Date: Mon, 20 Oct 2025 15:55:28 +0200 [thread overview]
Message-ID: <20251020135530.1391193-2-aalbersh@kernel.org> (raw)
In-Reply-To: <20251020135530.1391193-1-aalbersh@kernel.org>
Add n (nosymlinks) char according to xfsprogs io/attr.c
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
---
common/filter | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/filter b/common/filter
index c3a751dd0c39..28048b4b601b 100644
--- a/common/filter
+++ b/common/filter
@@ -692,7 +692,7 @@ _filter_sysfs_error()
_filter_file_attributes()
{
if [[ $1 == ~* ]]; then
- regex=$(echo "[aAcCdDeEfFijmNpPsrStTuxVX]" | tr -d "$1")
+ regex=$(echo "[aAcCdDeEfFijmnNpPrsStTuVxX]" | tr -d "$1")
else
regex="$1"
fi
--
2.50.1
next prev parent reply other threads:[~2025-10-20 13:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-20 13:55 [PATCH 0/3] generic/772: split and fix Andrey Albershteyn
2025-10-20 13:55 ` Andrey Albershteyn [this message]
2025-10-20 16:46 ` [PATCH 1/3] common/filter: add missing file attribute Darrick J. Wong
2025-10-21 9:42 ` Andrey Albershteyn
2025-10-20 13:55 ` [PATCH 2/3] generic/772: require filesystem to support file_[g|s]etattr Andrey Albershteyn
2025-10-20 16:45 ` Darrick J. Wong
2025-10-21 9:42 ` Andrey Albershteyn
2025-10-20 13:55 ` [PATCH 3/3] generic/772: split this test into 772 and 773 for regular and special files Andrey Albershteyn
2025-10-20 16:45 ` Darrick J. Wong
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=20251020135530.1391193-2-aalbersh@kernel.org \
--to=aalbersh@redhat.com \
--cc=aalbersh@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;
as well as URLs for NNTP newsgroup(s).