commit | c107b2fe9bdd506134e7b29f0fc189ef9150d727 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:46 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | 964ccb98a736ed85759882b26d630723d64277af | |
parent | 23ab3d33609d70ebe9781a368b326d1e69f0d43a [diff] |
xfs_repair: compute refcount data from in-memory rmap btrees Use the in-memory rmap btrees to compute the reference count information. Convert the bag implementation to hold actual records instead of pointers to slab objects. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>