grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] UUID support for UFS


From: Pavel Roskin
Subject: Re: [PATCH] UUID support for UFS
Date: Wed, 22 Jul 2009 14:01:33 -0400

On Wed, 2009-07-22 at 19:40 +0200, Robert Millan wrote:
> On Tue, Jul 21, 2009 at 03:03:34PM +0200, Vladimir 'phcoder' Serbinenko wrote:
> > +  grub_uint32_t uuidhi;
> > +  grub_uint32_t uuidlow;
> > [...]
> > +      grub_sprintf (*uuid, "%08lx%08lx",
> > +               (unsigned long) grub_le_to_cpu32 (data->sblock.uuidhi),
> > +               (unsigned long) grub_le_to_cpu32 (data->sblock.uuidlow));
> 
> Is this really being interpreted as mixed endian by other programs?

I also wondered about it.  Yes, it's "mixed endian" in the dumpfs output
and in the kernel log.

-- 
Regards,
Pavel Roskin




reply via email to

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