Message ID | 170405025614.1821776.11739533344730730248.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] fuzzy: mask off a few more inode fields from the fuzz tests | expand |
diff --git a/common/fuzzy b/common/fuzzy index f5d45cb28f..35cf581cd3 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -120,7 +120,11 @@ __filter_unvalidated_xfs_db_fields() { -e '/^entries.*secure/d' \ -e '/^a.sfattr.list.*value/d' \ -e '/^a.sfattr.list.*root/d' \ - -e '/^a.sfattr.list.*secure/d' + -e '/^a.sfattr.list.*secure/d' \ + -e '/^core.filestream/d' \ + -e '/^v3.bigtime/d' \ + -e '/\.rtbwarns/d' \ + -e '/\.[ib]warns/d' } # Filter the xfs_db print command's field debug information