From: Darrick J. Wong Date: Fri, 30 Dec 2022 22:19:39 +0000 (-0800) Subject: fuzzy: don't fuzz inode generation numbers X-Git-Tag: v2023.02.26~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d770ca9284baf14b3df26f7b5e20018d6a9b73ea;p=xfstests-dev.git fuzzy: don't fuzz inode generation numbers The inode generation number is a randomly selected 32-bit integer that isn't itself validated anywhere. No need to fuzz that. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/common/fuzzy b/common/fuzzy index a3bc9e17..580596eb 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -83,7 +83,8 @@ __filter_unvalidated_xfs_db_fields() { -e '/\.lsn/d' \ -e '/^core.flushiter/d' \ -e '/^core.dmevmask/d' \ - -e '/^core.dmstate/d' + -e '/^core.dmstate/d' \ + -e '/^core.gen/d' } # Filter the xfs_db print command's field debug information