]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/754: fix _fixed_by tags v2024.07.28
authorDarrick J. Wong <djwong@kernel.org>
Fri, 26 Jul 2024 16:51:07 +0000 (09:51 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 26 Jul 2024 18:06:42 +0000 (02:06 +0800)
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/754

index f73d1ed611273552c1bca2ed019ffb77b093ca36..7afda609f52eba285b4d4a78b60edb0f6b7a8d99 100755 (executable)
@@ -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