commit | 1d18a55c528adf997d8edee60bd8003c822c55e8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 15 09:51:28 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 15 09:51:28 2010 -0500 |
tree | 4a4eff9f2966e1b458ec4d4091306ab714be0af2 | |
parent | cc84d866e2f29d92b5a732fead4df2dd9f814f2b [diff] |
libext2fs: Fix byte swapping bugs The 64-bit patches broke compiles on big endian systems. In addition the block group checksum test was failing, due to bugs in both the test case and the checksum code itself. This commit addresses these problems. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>