xfs: port refcount repair to the new refcount bag structure
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:43:42 +0000 (12:43 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:43:42 +0000 (12:43 -0800)
commit7fbaab57a80f1639add1c7d02adeb9d17bd50206
tree4e49ba33705fcb79955cfb9fa7906d8eed771ab2
parent7a2192ac109989e5e077271ca1876104acce731e
xfs: port refcount repair to the new refcount bag structure

Port the refcount record generating code to use the new refcount bag
data structure.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/refcount.c
fs/xfs/scrub/refcount_repair.c
fs/xfs/scrub/repair.h
fs/xfs/xfs_super.c