On Thu, May 08, 2025 at 09:41:02AM +0200, Anthony Iliopoulos wrote: > commit 97989c9839dd ("xfs/008: use block size instead of the pagesize") > changed the test filter, which causes nocrc/512b fsblock configurations > to fail due to mismatch of the golden output. Update it to match the > expected output. > > Signed-off-by: Anthony Iliopoulos <ailiop@xxxxxxxx> Looks good to me, Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > tests/xfs/008.out | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/xfs/008.out b/tests/xfs/008.out > index 0941e218c7d0..dc999156dab5 100644 > --- a/tests/xfs/008.out > +++ b/tests/xfs/008.out > @@ -8,7 +8,7 @@ randholes.2 : -l FSIZE -c 100 -b BLKSIZE > ------------------------------------------ > holes is in range > > -randholes.3 : -l FSIZE -c 100 -b 512 > +randholes.3 : -l FSIZE -c 100 -b BLKSIZE > ------------------------------------------ > holes is in range > > -- > 2.49.0 > >