jbd2: Fix endian mixing problems in the checksumming code
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Aug 2013 18:59:58 +0000 (14:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Aug 2013 18:59:58 +0000 (14:59 -0400)
In the jbd2 checksumming code, explicitly declare separate variables with
endianness information so that we don't get confused and screw things up again.
Also fixes sparse warnings.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found