On Wed, Oct 02, 2019 at 02:58:55PM +0200, David Sterba wrote:
> On Fri, Sep 06, 2019 at 10:15:30AM -0700, Mark Fasheh wrote:
> > Hi,
> >
> > Relocation caches extent backrefs in an rbtree (the 'backref cache'). The
> > following patches move the backref cache code out of relocation.c and into
> >
On Fri, Sep 06, 2019 at 10:15:30AM -0700, Mark Fasheh wrote:
> Hi,
>
> Relocation caches extent backrefs in an rbtree (the 'backref cache'). The
> following patches move the backref cache code out of relocation.c and into
> it's own file. We then do a straight-forward cleanup the main backref ca
Hi,
Relocation caches extent backrefs in an rbtree (the 'backref cache'). The
following patches move the backref cache code out of relocation.c and into
it's own file. We then do a straight-forward cleanup the main backref cache
function, build_backref_tree(). No functionality is changed in the