On Thu, Oct 14, 2021 at 01:17:22PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Reorganize struct xchk_btree so that we can dynamically size the context > structure to fit the type of btree cursor that we have. This will > enable us to use memory more efficiently once we start adding very tall > btree types. Right-size the lastkey array to match the number of *node* > levels in the tree so that we stop wasting space. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > fs/xfs/scrub/btree.c | 23 ++++++++++++----------- > fs/xfs/scrub/btree.h | 15 ++++++++++++++- > 2 files changed, 26 insertions(+), 12 deletions(-) Looks good now. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx