History log of /linux-master/fs/xfs/scrub/rcbag.c
Revision Date Author Comments
# 7a2192ac 22-Feb-2024 Darrick J. Wong <djwong@kernel.org>

xfs: create refcount bag structure for btree repairs

Create a bag structure for refcount information that uses the refcount
bag btree defined in the previous patch.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>