On Fri, Jul 03, 2020 at 04:51:10PM -0500, Eric Sandeen wrote: > On 7/3/20 3:26 PM, Darrick J. Wong wrote: > > On Thu, Jul 02, 2020 at 10:24:30PM -0500, Eric Sandeen wrote: > >> 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? > > > > Doh. Do you want me just to resend the entire pile that I have? I've > > forgotten which patches have been updated because tracking dozens of > > small changes individually via email chains is awful save for the > > automatic archiving. > > I think I have it all good to go but if you want to point me at a branch to > compare against that might be good. https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=repair-quotacheck_2020-07-02 --D > > Thanks, > -Eric