[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding |
Date: |
Thu, 12 Jul 2018 16:41:37 +0200 |
User-agent: |
Mutt/1.3.28i |
On Tue, Jun 19, 2018 at 07:39:55PM +0200, Goffredo Baroncelli wrote:
> The original code which handles the recovery of a RAID 6 disks array
> assumes that all reads are multiple of 1 << GRUB_DISK_SECTOR_BITS and it
> assumes that all the I/O is done via the struct grub_diskfilter_segment.
> This is not true for the btrfs code. In order to reuse the native
> grub_raid6_recover() code, it is modified to not call
> grub_diskfilter_read_node() directly, but to call an handler passed
> as an argument.
>
> Signed-off-by: Goffredo Baroncelli <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding,
Daniel Kiper <=