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>
_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