[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87shtmnr2e.fsf@oracle.com>
Date: Tue, 30 Aug 2016 18:45:45 +0200
From: jose.marchesi@...cle.com (Jose E. Marchesi)
To: "Theodore Ts'o" <tytso@....edu>
Cc: John Paul Adrian Glaubitz <glaubitz@...sik.fu-berlin.de>,
Anatoly Pugachev <matorola@...il.com>,
linux-ext4@...r.kernel.org,
debian-sparc <debian-sparc@...ts.debian.org>
Subject: Re: [sparc64] sigbus in e2fsck
typedef struct journal_revoke_header_s
{
journal_header_t r_header;
int r_count; /* Count of bytes used in the block */
} journal_revoke_header_t;
The "int" above should be a __u32. What is the size of int on
sparc64? Is it by any chance 8 bytes? If that's the problem then I'm
kind of surprised we haven't run into massive problems earlier, as
this looks like a long standing bug.
sizeof(int) == 4 in both sparc64-linux-gnu and sparcv9-linux-gnu (32bit)
targets.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists