Re: [PATCH] UUID for FAT

2008-06-01 Thread Robert Millan
Committed. On Sat, May 31, 2008 at 11:05:35PM +0200, Robert Millan wrote: > > This patch implements UUID support for FAT (both 12/16 and 32). > > -- > Robert Millan > > I know my rights; I want my phone call! > What good is a phone call… if you are unable to speak? > (as seen on /.) > 2008

Re: [PATCH] UUID for FAT

2008-05-31 Thread Robert Millan
On Sat, May 31, 2008 at 11:05:35PM +0200, Robert Millan wrote: > + if (data) > +{ > + *uuid = grub_malloc (40 + sizeof ('\0')); > + grub_sprintf (*uuid, "%04x-%04x", data->uuid[1], data->uuid[0]); Woops, should be `9' here instead of `40' like the ext2 one. -- Robert Millan I kn

[PATCH] UUID for FAT

2008-05-31 Thread Robert Millan
This patch implements UUID support for FAT (both 12/16 and 32). -- Robert Millan I know my rights; I want my phone call! What good is a phone call… if you are unable to speak? (as seen on /.) 2008-05-31 Robert Millan <[EMAIL PROTECTED]> * fs/fat.c (struct grub_fat_bpb): Move fat32-specifi