On Wed, Mar 12, 2025 at 07:45:09AM +0100, Christoph Hellwig wrote: > So that the test still passes with a zone enabled mkfs. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Same patch that I had! Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > tests/xfs/206 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/xfs/206 b/tests/xfs/206 > index 01531e1f08c3..bfd2dee939dd 100755 > --- a/tests/xfs/206 > +++ b/tests/xfs/206 > @@ -66,6 +66,7 @@ mkfs_filter() > -e '/metadir=.*/d' \ > -e 's/, parent=[01]//' \ > -e '/rgcount=/d' \ > + -e '/zoned=/d' \ > -e "/^Default configuration/d" > } > > -- > 2.45.2 > >