diff options
-rw-r--r-- | common/fuzzy | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/fuzzy b/common/fuzzy index 218fe165..c07f461b 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -122,7 +122,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 |