On Sun, Nov 03, 2019 at 02:24:30PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Add a new macro, XFS_CORRUPT_ON, which we will use to integrate some > corruption reporting when the corruption test expression is true. This > will be used in the next patch to remove the ugly XFS_WANT_CORRUPT* > macros. I don't particularly like the XFS_CORRUPT_ON name, and seeing how it is used I like it even less. Maybe XFS_IS_CORRUPT instead?