xfs: add a sick_mask to struct xfs_btree_ops
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:39:47 +0000 (12:39 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:39:47 +0000 (12:39 -0800)
commit7f47734ad61af77a001b1e24691dcbfcb008c938
tree971552db96681a727f68a3025a27b858491e88fc
parent77953b97bb19dc031673d055c811a5ba7df92307
xfs: add a sick_mask to struct xfs_btree_ops

Clean up xfs_btree_mark_sick by adding a sick_mask to the btree-ops
for all AG-root btrees.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_alloc_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_ialloc_btree.c
fs/xfs/libxfs/xfs_refcount_btree.c
fs/xfs/libxfs/xfs_rmap_btree.c
fs/xfs/xfs_health.c