commit | 1ec28615d2489882e7d47da4214c7ea1f5728fc7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 11 12:52:01 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 12 17:19:02 2019 -0800 |
tree | 483076b3a83da114fdde2f2e75f01b1d9b750df9 | |
parent | 2713fefa5dd511b18ddc73b978273eec3ae08f6d [diff] |
xfs: add a XFS_IS_CORRUPT macro Add a new macro, XFS_IS_CORRUPT, 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. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>