From: Darrick J. Wong <djwong@xxxxxxxxxx> 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 <djwong@xxxxxxxxxx> --- common/fuzzy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/fuzzy b/common/fuzzy index d183052a14..0d7e60a011 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