commit | 18a6ea1e5cc88ba36e66c193196da802b06d5cb0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 28 14:59:58 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 28 14:59:58 2013 -0400 |
tree | 783980ea5139de37bbb2c01124a42c2c53a9f83b | |
parent | d7b2a00c2e2eedf460ce2a15237f28de40412d86 [diff] |
jbd2: Fix endian mixing problems in the checksumming code 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>