Re: [PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread David Sterba
On Wed, Mar 21, 2018 at 09:03:41AM +0200, Nikolay Borisov wrote: > This function was removed in 24bc2843edd5 ("btrfs: > Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what > remains is a defunct declaration. Remove it. > > Signed-off-by: Nikolay Borisov > --- > David, > > This

Re: [PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread David Sterba
On Wed, Mar 21, 2018 at 03:16:25PM +0800, Qu Wenruo wrote: > > > On 2018年03月21日 15:03, Nikolay Borisov wrote: > > This function was removed in 24bc2843edd5 ("btrfs: > > Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what > > remains is a defunct declaration. Remove it. > > Nice

Re: [PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread Qu Wenruo
On 2018年03月21日 15:38, Nikolay Borisov wrote: > > > On 21.03.2018 09:16, Qu Wenruo wrote: >> >> >> On 2018年03月21日 15:03, Nikolay Borisov wrote: >>> This function was removed in 24bc2843edd5 ("btrfs: >>> Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what >>> remains is a defunct

Re: [PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread Nikolay Borisov
On 21.03.2018 09:16, Qu Wenruo wrote: > > > On 2018年03月21日 15:03, Nikolay Borisov wrote: >> This function was removed in 24bc2843edd5 ("btrfs: >> Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what >> remains is a defunct declaration. Remove it. > > Nice find, thanks for get t

Re: [PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread Qu Wenruo
On 2018年03月21日 15:03, Nikolay Borisov wrote: > This function was removed in 24bc2843edd5 ("btrfs: > Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what > remains is a defunct declaration. Remove it. Nice find, thanks for get this. But strangely, I just fetched David's repo, bu

[PATCH] btrfs: Remove obsolete function declaration

2018-03-21 Thread Nikolay Borisov
This function was removed in 24bc2843edd5 ("btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()") what remains is a defunct declaration. Remove it. Signed-off-by: Nikolay Borisov --- David, This is a fixlet to the aforementioned patch which is only in your misc-next, I'd sugge