Re: [PATCH 01/16] btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller

2018-04-05 Thread Anand Jain
On 04/04/2018 02:34 AM, David Sterba wrote: The function is called once and is fairly small, we can merge it with the caller. Signed-off-by: David Sterba Reviewed-by: Anand Jain Thanks, Anand -- To unsubscribe from this list: send the line

[PATCH 01/16] btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller

2018-04-03 Thread David Sterba
The function is called once and is fairly small, we can merge it with the caller. Signed-off-by: David Sterba --- fs/btrfs/dev-replace.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index