mbox series

[0/5] fstests: fix various problems

Message ID 154516534392.31115.7010578395334646479.stgit@magnolia (mailing list archive)
Headers show
Series fstests: fix various problems | expand

Message

Darrick J. Wong Dec. 18, 2018, 8:35 p.m. UTC
Hi all,

Here are some fixes for various fstests failures.

Patch 1 fixes a weird porting problem in xfs/111 when it was converted
to use xfs_fsr.

Patch 2 fixes xfs/123 to eliminate a corruption error in the golden
output on 1k v5 filesystems.

Patch 3 is a revised version of a previous patch that works around the
fact that mounting xfs with quotas requires a writable block device even
for a ro mount, which leads to a slightly different error message from
the mount call.

Patch 4 adds a new test to look for forgotten TRACE_DEFINE_ENUM wrappers
for xfs enums that are used as part of __print_symbolic() calls in the
trace points.

Patch 5 is the same old patch that filters v5 mount options out of
MOUNT_OPTIONS when the test formats a v4 filesystem, rather than letting
the test fail due to bad mount options.

--D