From: "Darrick J. Wong" <djwong@kernel.org>
To: Zorro Lang <zlang@redhat.com>
Cc: Ma Xinjian <maxj.fnst@fujitsu.com>,
fstests@vger.kernel.org, xfs <linux-xfs@vger.kernel.org>
Subject: [PATCH] generic/754: fix _fixed_by tags
Date: Fri, 26 Jul 2024 09:51:07 -0700 [thread overview]
Message-ID: <20240726165107.GR103020@frogsfrogsfrogs> (raw)
From: Darrick J. Wong <djwong@kernel.org>
This test requires an xfs_repair patch, so note that in the test. Also
update the kernel git hash since we now have one.
Reported-by: maxj.fnst@fujitsu.com
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
tests/generic/754 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/generic/754 b/tests/generic/754
index f73d1ed611..7afda609f5 100755
--- a/tests/generic/754
+++ b/tests/generic/754
@@ -13,9 +13,12 @@ _begin_fstest auto
_require_scratch
-test $FSTYP = "xfs" && \
- _fixed_by_git_commit kernel XXXXXXXXXXXXX \
+if [ $FSTYP = "xfs" ]; then
+ _fixed_by_git_commit kernel 38de567906d95 \
"xfs: allow symlinks with short remote targets"
+ _fixed_by_git_commit xfsprogs XXXXXXXXXXXXX \
+ "xfs_repair: small remote symlinks are ok"
+fi
_scratch_mkfs >> $seqres.full
_scratch_mount >> $seqres.full
next reply other threads:[~2024-07-26 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 16:51 Darrick J. Wong [this message]
2024-07-26 17:14 ` [PATCH] generic/754: fix _fixed_by tags Christoph Hellwig
2024-07-26 17:17 ` 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=20240726165107.GR103020@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=maxj.fnst@fujitsu.com \
--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