From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MTg8S-0000eL-EQ for mharc-grub-devel@gnu.org; Wed, 22 Jul 2009 14:01:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTg8P-0000d6-OO for grub-devel@gnu.org; Wed, 22 Jul 2009 14:01:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTg8L-0000aw-4c for grub-devel@gnu.org; Wed, 22 Jul 2009 14:01:45 -0400 Received: from [199.232.76.173] (port=49097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTg8K-0000am-WB for grub-devel@gnu.org; Wed, 22 Jul 2009 14:01:41 -0400 Received: from c60.cesmail.net ([216.154.195.49]:33882) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MTg8J-0000kH-Q7 for grub-devel@gnu.org; Wed, 22 Jul 2009 14:01:40 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 22 Jul 2009 14:01:35 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 7D61534C6A for ; Wed, 22 Jul 2009 14:12:08 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090722174000.GJ8706@thorin> References: <20090722174000.GJ8706@thorin> Content-Type: text/plain Date: Wed, 22 Jul 2009 14:01:33 -0400 Message-Id: <1248285693.10707.30.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] UUID support for UFS X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 18:01:46 -0000 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