Re: [PATCH 04/16] btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static

2018-04-05 Thread Anand Jain
On 04/04/2018 02:34 AM, David Sterba wrote: The function logically belongs there and there's only a single caller, no need to export it. No code changes. Signed-off-by: David Sterba Reviewed-by: Anand Jain Thanks, Anand -- To unsubscribe from

[PATCH 04/16] btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static

2018-04-03 Thread David Sterba
The function logically belongs there and there's only a single caller, no need to export it. No code changes. Signed-off-by: David Sterba --- fs/btrfs/dev-replace.c | 99 ++ fs/btrfs/volumes.c | 99