Re: [PATCH 17/22] btrfs: kill tree_mod_log_set_root_pointer helper

2018-03-08 Thread Nikolay Borisov
On 8.03.2018 16:33, David Sterba wrote: > A useless wrapper around tree_mod_log_insert_root that hides missing > error handling. Move it to the callers. > > Signed-off-by: David Sterba For 15-17: Reviewed-by: Nikolay Borisov > --- > fs/btrfs/ctree.c |

[PATCH 17/22] btrfs: kill tree_mod_log_set_root_pointer helper

2018-03-08 Thread David Sterba
A useless wrapper around tree_mod_log_insert_root that hides missing error handling. Move it to the callers. Signed-off-by: David Sterba --- fs/btrfs/ctree.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/fs/btrfs/ctree.c