Re: [PATCH 08/21] btrfs: add a helper to return a head ref

2017-10-13 Thread David Sterba
On Fri, Sep 29, 2017 at 03:43:52PM -0400, Josef Bacik wrote: > Simplify the error handling in __btrfs_run_delayed_refs by breaking out > the code used to return a head back to the delayed_refs tree for > processing into a helper function. > > Signed-off-by: Josef Bacik

[PATCH 08/21] btrfs: add a helper to return a head ref

2017-09-29 Thread Josef Bacik
Simplify the error handling in __btrfs_run_delayed_refs by breaking out the code used to return a head back to the delayed_refs tree for processing into a helper function. Signed-off-by: Josef Bacik --- fs/btrfs/extent-tree.c | 30 +++--- 1 file changed,