commit | 1224c0d3ea3dd278f5f4e48fa024e0cdb5e656b1 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Nov 04 11:24:56 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 04 11:24:56 2014 -0500 |
tree | 725db4e50b08e7d83754cf2dc4f81bd51350157e | |
parent | 387e03160c44db21f97fbb4b7c4af954e0cb8931 [diff] |
endian-annotate most on-disk structures This annotates most on-disk structures for endianness; however it does not annotate some, like the superblock, inodes, mmp, etc, as these are swapped in-place at this point. This is a little inconsistent, but should help catch some endian mistakes, at least. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>