On Thu, Sep 25, 2008 at 05:17:06PM +0200, Felix Zielcke wrote:
> Here's a patch to handle things like //boot/// for JFS which doestn't do
> it currently but Linux does it.
> 
> This was already brought up 2004 but I wonder why this isn't included
> http://lists.gnu.org/archive/html/grub-devel/2004-08/msg00043.html
> 
> Probable this can be right now commited but as always I just want to be
> on the safe side.

Assuming you tested it works, I don't see anything wrong in the code.

> +      while (*next == '/')
> +     {
> +       next[0] = '\0';
> +       next++;
> +     }

This seems to incorporate a one-liner of code from Tomas Ebenlendr, I'd
recommend to mention that in the changelog.

-- 
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."


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to