Re: [PATCH] disk/fs_uuid.c

2008-07-03 Thread Robert Millan
On Fri, Jul 04, 2008 at 12:50:21AM +0200, Robert Millan wrote: > > I _did_ extend the search command (before this patch). The reason for > providing this is basicaly that it makes grub.cfg more readable (and easier > to understand), and can't be used outside the context of scripting (for > exampl

Re: [PATCH] disk/fs_uuid.c

2008-07-03 Thread Robert Millan
On Thu, Jul 03, 2008 at 09:05:54PM +0200, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > This disk driver allows access to partitions that contain a filesystem with > > known UUID via "(UUID=xxx)" syntax. > > > > The iterator is unimplemented on purpose, because it make

Re: [PATCH] disk/fs_uuid.c

2008-07-03 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > This disk driver allows access to partitions that contain a filesystem with > known UUID via "(UUID=xxx)" syntax. > > The iterator is unimplemented on purpose, because it makes the code smaller > and it isn't useful to waste time inspecting the same

Re: [PATCH] disk/fs_uuid.c

2008-06-26 Thread Robert Millan
On Fri, Jun 06, 2008 at 06:23:39PM +0200, Robert Millan wrote: > > Even with this efficiency problem, since it doesn't interfere with anything > else I'm inclined to commit it, if nobody objects. Committed. -- Robert Millan I know my rights; I want my phone call! What good is a phone call… i

[PATCH] disk/fs_uuid.c

2008-06-06 Thread Robert Millan
This disk driver allows access to partitions that contain a filesystem with known UUID via "(UUID=xxx)" syntax. The iterator is unimplemented on purpose, because it makes the code smaller and it isn't useful to waste time inspecting the same devices twice while scanning for LVM / whatsoever.