summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ag.h
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:06:09 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-11-09 19:07:27 -0800
commit483825b811e2f1a1721fb1b01df3ff1a2476a366 (patch)
tree34d674dcb55630962fa1d8195d36f1f148dd6cb1 /fs/xfs/libxfs/xfs_ag.h
parentbaa3dc8f63bd223f69382100a708f976236571c2 (diff)
xfs: repair refcount btreesrepair-ag-btrees_2022-11-09
Reconstruct the refcount data from the rmap btree. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/libxfs/xfs_ag.h')
-rw-r--r--fs/xfs/libxfs/xfs_ag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_ag.h b/fs/xfs/libxfs/xfs_ag.h
index bb87f6677495..fd663d04bdff 100644
--- a/fs/xfs/libxfs/xfs_ag.h
+++ b/fs/xfs/libxfs/xfs_ag.h
@@ -89,6 +89,7 @@ struct xfs_perag {
* verifiers while rebuilding the AG btrees.
*/
uint8_t pagf_alt_levels[XFS_BTNUM_AGF];
+ uint8_t pagf_alt_refcount_level;
#endif
spinlock_t pag_state_lock;