From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] UUID support for UFS
Date: Wed, 22 Jul 2009 14:01:33 -0400 [thread overview]
Message-ID: <1248285693.10707.30.camel@mj> (raw)
In-Reply-To: <20090722174000.GJ8706@thorin>
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
prev parent reply other threads:[~2009-07-22 18:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 13:03 [PATCH] UUID support for UFS Vladimir 'phcoder' Serbinenko
2009-07-21 17:14 ` Pavel Roskin
2009-07-21 20:01 ` Vladimir 'phcoder' Serbinenko
2009-07-21 18:46 ` Javier Martín
2009-07-21 21:31 ` Pavel Roskin
2009-07-21 21:45 ` Vladimir 'phcoder' Serbinenko
2009-07-21 22:05 ` Pavel Roskin
2009-07-21 20:14 ` Javier Martín
2009-07-21 22:37 ` Pavel Roskin
2009-07-21 21:34 ` Javier Martín
2009-07-22 0:20 ` Pavel Roskin
2009-07-22 17:47 ` Robert Millan
2009-07-22 18:02 ` Javier Martín
2009-07-22 17:44 ` Robert Millan
2009-07-21 20:04 ` Pavel Roskin
2009-07-22 17:40 ` Robert Millan
2009-07-22 17:47 ` Vladimir 'phcoder' Serbinenko
2009-07-22 18:01 ` Pavel Roskin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1248285693.10707.30.camel@mj \
--to=proski@gnu.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.