grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Unify rescue and normal commands


From: Bean
Subject: Re: [PATCH] Unify rescue and normal commands
Date: Sun, 8 Mar 2009 20:39:26 +0800

On Sun, Mar 8, 2009 at 8:28 PM, Robert Millan <address@hidden> wrote:
> On Sun, Mar 08, 2009 at 01:25:37AM +0800, Bean wrote:
>> Hi,
>>
>> This is an update version of the patch:
>>
>> 1, Add new base class grub_prio_list, which represent a named list
>> with priority parameter:
>>
>> struct
>> {
>>   next;
>>   name;
>>   prio;
>> }
>>
>> The list would be sorted by name, then by priority, it would ensure
>> that first one found is of the highest priority.
>>
>> Now grub_command is a subclass of grub_prio_list, and use its function
>> to insert/remove items.
>>
>> grub_list -> grub_named_list -> grub_prio_list -> grub_command.
>>
>> 2, sync with svn r2021
>>
>> 3, Misc bug fixes.
>
> Could you send patches as inline attachments?  It's cumbersome to review them
> when they're inside a zip file.

Hi,

Oh, the patch is too big, I got rebound when using plain file.

-- 
Bean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]