[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46A4A16F.7070100@gmail.com>
Date: Mon, 23 Jul 2007 14:39:11 +0200
From: Rene Herman <rene.herman@...il.com>
To: Jan-Benedict Glaw <jbglaw@...-owl.de>
CC: Theodore Tso <tytso@....edu>, linux-fsdevel@...r.kernel.org,
Al Boldi <a1426z@...ab.com>, linux-raid@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFH] Partition table recovery
On 07/23/2007 12:54 PM, Rene Herman wrote:
> static inline uint32_t le_32(uint32_t n)
> {
> #ifdef __LITTLE_ENDIAN
> return n;
> #else
> return bswap_32(n);
> #endif
> }
#if __BYTE_ORDER == __LITTLE_ENDIAN, that is. sigh.
Rene.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists