On Fri, Jul 26, 2024 at 09:51:07AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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@xxxxxxxxxxx > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > 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" Thanks for this update. Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > +fi > > _scratch_mkfs >> $seqres.full > _scratch_mount >> $seqres.full >