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