Re: [PATCH] btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids

2018-03-03 Thread Anand Jain
On 03/01/2018 12:42 PM, kbuild test robot wrote: Hi Anand, Thank you for the patch! Yet something to improve: [auto build test ERROR on btrfs/next] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the sy

Re: [PATCH] btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids

2018-02-28 Thread Anand Jain
On 03/01/2018 12:42 PM, kbuild test robot wrote: Hi Anand, Thank you for the patch! Yet something to improve: [auto build test ERROR on btrfs/next] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the sy

Re: [PATCH] btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids

2018-02-28 Thread kbuild test robot
Hi Anand, Thank you for the patch! Yet something to improve: [auto build test ERROR on btrfs/next] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

[PATCH] btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids

2018-02-26 Thread Anand Jain
This function btrfs_close_extra_devices() is about freeing extra devids which once belonged to this fsid. So rename it and add the comment. The _devid suffix is appropriate as this function won't handle devices which are outside of the fsid being mounted. No functional change. Signed-off-by: Anand