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: Robert Millan
Subject: Re: [PATCH] Unify rescue and normal commands
Date: Sun, 8 Mar 2009 13:28:57 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

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