Re: [PATCH 3/3] btrfs: move useless node processing out of build_backref_cache

2019-09-11 Thread Josef Bacik
On Fri, Sep 06, 2019 at 10:15:33AM -0700, Mark Fasheh wrote: > From: Mark Fasheh > > The backref cache has to clean up nodes referring to tree leaves. It is > trivial to pull that code into it's own function, which is what I do here. > > Signed-off-by: Mark Fasheh > --- Reviewed-by: Josef Baci

[PATCH 3/3] btrfs: move useless node processing out of build_backref_cache

2019-09-06 Thread Mark Fasheh
From: Mark Fasheh The backref cache has to clean up nodes referring to tree leaves. It is trivial to pull that code into it's own function, which is what I do here. Signed-off-by: Mark Fasheh --- fs/btrfs/backref-cache.c | 82 +++- 1 file changed, 47 inserti