]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fuzzy: don't fuzz obsolete inode fields
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Dec 2022 22:19:39 +0000 (14:19 -0800)
committerZorro Lang <zlang@kernel.org>
Sat, 25 Feb 2023 13:06:34 +0000 (21:06 +0800)
We don't really care about inode fields were used in V4 (deprecated) or
DMAPI (unsupported) so don't bother fuzzing them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/fuzzy

index 5e468306f7e219e3bc7dea10fbf6f5aaebc1ab48..a3bc9e1790d1d7831ac2fefd00ec52334e9e8c61 100644 (file)
@@ -80,7 +80,10 @@ __filter_unvalidated_xfs_db_fields() {
        sed -e '/\.sec/d' \
            -e '/\.nsec/d' \
            -e '/^lsn$/d' \
-           -e '/\.lsn/d'
+           -e '/\.lsn/d' \
+           -e '/^core.flushiter/d' \
+           -e '/^core.dmevmask/d' \
+           -e '/^core.dmstate/d'
 }
 
 # Filter the xfs_db print command's field debug information