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: Robert Millan
Subject: Re: [PATCH] UUID support for UFS
Date: Wed, 22 Jul 2009 19:40:00 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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?

-- 
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]