]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fuzzy: mask off a few more inode fields from the fuzz tests
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 20:12:27 +0000 (13:12 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 7 Jun 2024 10:19:41 +0000 (18:19 +0800)
XFS doesn't do any validation for filestreams, so don't waste time
fuzzing that.  Exclude the bigtime flag, since we already have inode
timestamps on the no-fuzz list.  Exclude the warning counters, since
they're defunct now.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/fuzzy

index 218fe165438619a5ad0e842cb40fde7838eb0b50..c07f461b61a69b61418b6c219ef9a1cbb3a64275 100644 (file)
@@ -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