On 5/25/18 5:11 PM, Darrick J. Wong wrote:
Hi all,
Thanks, I will pull these all in today. And thank for the reviews, that helps. Alison, can you be sure to add a "-" in your "Reviewed-by:" tags in the future, please? Thanks, -Eric
The first patch fixes a Coverity bug that was introduced in the latest push of for-next. Then there are three patches to fix some deficiencies I found when I tried to use xfsbuflock.py to diagnose deadlocks in generic/388. The script didn't know that buffers are created locked, it didn't tell you the line number of when a buffer got locked, and it got a little confused about trylock. So fix all three of those. The fourth patch fixes another bashism in fsck.xfs. The fifth patch removes crc32 support (not crc32c support) which is not used anywhere in xfs. This reduces text segment size by 8K in all programs. --D -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
-- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html