commit | a71895c5dad1ab8cf30622e208d148298ab602e5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 11 12:53:22 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 13 11:08:01 2019 -0800 |
tree | cb6ab48f015524f584a1a920fbed3709f48763d4 | |
parent | f9e0370648b9f9908ec97f44459a1152aecbbf45 [diff] |
xfs: convert open coded corruption check to use XFS_IS_CORRUPT Convert the last of the open coded corruption check and report idioms to use the XFS_IS_CORRUPT macro. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>