]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/206: update mkfs filtering for rt groups feature
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Feb 2025 21:47:07 +0000 (13:47 -0800)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Mar 2025 13:25:55 +0000 (21:25 +0800)
Filter out the new mkfs lines that show the rtgroup information, since
this test is heavily dependent on old mkfs output.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/206

index ef5f4868e9bdcac336a3d73bd05619e2da29a214..01531e1f08c37edc5c617a6c3040c91ccf780a7b 100755 (executable)
@@ -65,6 +65,7 @@ mkfs_filter()
            -e "/exchange=/d" \
            -e '/metadir=.*/d' \
            -e 's/, parent=[01]//' \
+           -e '/rgcount=/d' \
            -e "/^Default configuration/d"
 }