Re: [PATCH 7/7] Add raid6 recovery.

2018-05-09 Thread Goffredo Baroncelli
On 05/09/2018 06:58 PM, Daniel Kiper wrote: > On Tue, Apr 24, 2018 at 09:13:16PM +0200, Goffredo Baroncelli wrote: >> The code origins from "raid6_recovery.c". The code was changed because the >> original one assumed that both the disk address and size are multiple of >> GRUB_DISK_SECTOR_SIZE. This

Re: [PATCH 7/7] Add raid6 recovery.

2018-05-09 Thread Daniel Kiper
On Tue, Apr 24, 2018 at 09:13:16PM +0200, Goffredo Baroncelli wrote: > The code origins from "raid6_recovery.c". The code was changed because the > original one assumed that both the disk address and size are multiple of > GRUB_DISK_SECTOR_SIZE. This is not true for grub btrfs driver. > > The code