Message ID | 167243877984.730387.14992965943174698029.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: improve xfs fuzzing | expand |
diff --git a/common/fuzzy b/common/fuzzy index 0d7e60a011..6f5083041a 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -84,7 +84,15 @@ __filter_unvalidated_xfs_db_fields() { -e '/^core.flushiter/d' \ -e '/^core.dmevmask/d' \ -e '/^core.dmstate/d' \ - -e '/^core.gen/d' + -e '/^core.gen/d' \ + -e '/^core.prealloc/d' \ + -e '/^core.immutable/d' \ + -e '/^core.append/d' \ + -e '/^core.sync/d' \ + -e '/^core.noatime/d' \ + -e '/^core.nodump/d' \ + -e '/^core.nodefrag/d' \ + -e '/^v3.dax/d' } # Filter the xfs_db print command's field debug information