Don't bother filtering log sequence numbers since xfs_db doesn't have
the ability to tell us the range of LSNs that would actually cause
validation failures.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
# does no validation.
__filter_unvalidated_xfs_db_fields() {
sed -e '/\.sec/d' \
- -e '/\.nsec/d'
+ -e '/\.nsec/d' \
+ -e '/^lsn$/d' \
+ -e '/\.lsn/d'
}
# Filter the xfs_db print command's field debug information