Hi folks, Recent updates to mkfs.xfs and xfs_repair have made them more verbose about certain conditions, making tests fail as the error verbosity is not masked from the tests. The first three patches in this series address those changes. The final patch in the series addresses the fallout from the pending mkfs.xfs patch that changes the default to make v5 (CRC enabled) filesystems. This causes lots more failures, because there are many tests that use filesystem configurations that are only valid for V4 filesystems (e.g. 256 byte inodes, v1 logs, etc). This patch fixes most of the issues arising from changing the mkfs default. -Dave. -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html