[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160622031110.GB19684@thunk.org>
Date: Tue, 21 Jun 2016 23:11:10 -0400
From: Theodore Ts'o <tytso@....edu>
To: Eric Sandeen <sandeen@...hat.com>
Cc: "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>
Subject: Re: [PATCH] e2undo: fix endian issues
On Thu, Jun 16, 2016 at 05:51:04PM -0500, Eric Sandeen wrote:
> Two new e2undo issues exist in the latest release on big endian
> machines.
>
> From sparse check:
>
> undo_io.c:157:26: warning: invalid assignment: |=
> undo_io.c:157:26: left side has type restricted __le32
> undo_io.c:157:26: right side has type int
> undo_io.c:161:26: warning: invalid assignment: &=
> undo_io.c:161:26: left side has type restricted __le32
> undo_io.c:161:26: right side has type int
>
> e2undo.c:211:16: warning: cast to restricted __le64
> e2undo.c:211:16: warning: cast from restricted blk64_t
> e2undo.c:212:16: warning: cast to restricted __le64
> e2undo.c:212:16: warning: cast from restricted blk64_t
>
> Addresses-RedHat-Bugzilla: 1344636
> Signed-off-by: Eric Sandeen <sandeen@...hat.com>
Thanks, applied.
- Ted
--
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