]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
commitbc73da84fd24861373d13df4e1f6f776fbd334ca
tree4944e79d892c8d6c545d1b2ea04e400a63544dd6
parentfbb4fa7f1ec2cd0bd06de2ac28820c283c72e24a
xfs: convert open coded corruption check to use XFS_IS_CORRUPT

Source kernel commit: a71895c5dad1ab8cf30622e208d148298ab602e5

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_da_btree.c
libxfs/xfs_dir2.c
libxfs/xfs_dir2_node.c
libxfs/xfs_refcount.c
libxfs/xfs_rmap.c
libxfs/xfs_rtbitmap.c