On 7/2/20 10:18 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Create some new support structures and functions to assist phase5 in > using the btree bulk loader to reconstruct metadata btrees. This is the > first step in removing the open-coded AG btree rebuilding code. > > Note: The code in this patch will not be used anywhere until the next > patch, so warnings about unused symbols are expected. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > v2: set the "nearly out of space" slack value to 2 so that we don't > start out with tons of btree splitting right after mount This also took out the changes to phase5_func() I think, but there is no V2 of 07/12 to add them back? -Eric