[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding
From: |
Goffredo Baroncelli |
Subject: |
Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding |
Date: |
Tue, 15 May 2018 19:23:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 05/14/2018 09:07 PM, Daniel Kiper wrote:
> On Mon, May 14, 2018 at 08:57:10PM +0200, Daniel Kiper wrote:
>> On Fri, May 11, 2018 at 09:24:45PM +0200, Goffredo Baroncelli wrote:
[...]
>>> static grub_err_t
>>> -grub_raid6_recover (struct grub_diskfilter_segment *array, int disknr, int
>>> p,
>>> - char *buf, grub_disk_addr_t sector, grub_size_t size)
>>> +raid_recover_read_diskfilter_array (void *data, int disk_nr,
>>
>> s/raid_recover_read_diskfilter_array/raid6_read_node_gen/
>
> s/raid_recover_read_diskfilter_array/raid6_recover_read_node_gen/
I am not sure about the "_gen" postfix. This is an handler for a specific case
(using the struct grub_diskfilter_segment).
>
> Daniel
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
--
gpg @keyserver.linux.it: Goffredo Baroncelli <kreijackATinwind.it>
Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5
- Re: [PATCH 1/8] Add support for reading a filesystem with a raid5 or raid6 profile., (continued)
[PATCH 3/8] Move the error logging logic from find_device() to the callee., Goffredo Baroncelli, 2018/05/11
[PATCH 5/8] Refactor the code that read from disk, Goffredo Baroncelli, 2018/05/11
[PATCH 7/8] Make more generic the code for raid6 rebuilding, Goffredo Baroncelli, 2018/05/11
Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding, Goffredo Baroncelli, 2018/05/14
Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding, Daniel Kiper, 2018/05/15
[PATCH 2/8] Add helper to check the btrfs header., Goffredo Baroncelli, 2018/05/11
[PATCH 6/8] Add support for recovery for a raid5 btrfs profiles., Goffredo Baroncelli, 2018/05/11
[PATCH 8/8] Add raid6 recovery for a btrfs filesystem., Goffredo Baroncelli, 2018/05/11