Re: [PATCH v4 05/20] btrfs-progs: Introduce wrapper to recover raid56 data

2017-05-31 Thread Qu Wenruo
At 05/31/2017 09:52 PM, David Sterba wrote: On Thu, May 25, 2017 at 02:21:50PM +0800, Qu Wenruo wrote: Introduce a wrapper to recover raid56 data. The logical is the same with kernel one, but with different interfaces, since kernel ones cares the performance while in btrfs we don't care that

Re: [PATCH v4 05/20] btrfs-progs: Introduce wrapper to recover raid56 data

2017-05-31 Thread David Sterba
On Thu, May 25, 2017 at 02:21:50PM +0800, Qu Wenruo wrote: > Introduce a wrapper to recover raid56 data. > > The logical is the same with kernel one, but with different interfaces, > since kernel ones cares the performance while in btrfs we don't care > that much. Can you please rephrase this

[PATCH v4 05/20] btrfs-progs: Introduce wrapper to recover raid56 data

2017-05-25 Thread Qu Wenruo
Introduce a wrapper to recover raid56 data. The logical is the same with kernel one, but with different interfaces, since kernel ones cares the performance while in btrfs we don't care that much. And the interface is more caller friendly inside btrfs-progs. Signed-off-by: Qu Wenruo