]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/270: fix rocompat regex
authorDarrick J. Wong <djwong@kernel.org>
Wed, 27 Mar 2024 02:43:23 +0000 (19:43 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 30 Mar 2024 07:48:12 +0000 (15:48 +0800)
commit1512b876e6026e2064dbabe738f7ea0377a7324b
tree9044b3197aa71b4d6e3459c1aeca2b9c0fee4e85
parenta7958a7c68207fc8cff4dea8354918882cf3cc07
xfs/270: fix rocompat regex

This test fails with the fsverity patchset because the rocompat feature
bit for verity is 0x10.  The regular expression used to check if the
output is hexadecimal requires a single-digit answer, which is no longer
the case.

Fixes: 5bb78c56ef ("xfs/270: Fix ro mount failure when nrext64 option is enabled")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/270