Whamcloud - gitweb
Clean up libext2fs by byte swapping iff WORDS_BIGENDIAN
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Aug 2007 05:56:48 +0000 (01:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Aug 2007 05:59:13 +0000 (01:59 -0400)
commit126a291c768b523bc228b276d3bea82675a86d09
treee33c18b52eb8ffaaac0f90bc2407958202ae0b61
parentccbcc40e3b90ea142766d1fec75a68c47228c087
Clean up libext2fs by byte swapping iff WORDS_BIGENDIAN

We don't need byte swapping to be a run-time option; it can just be a
compile-time option instead.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/bmap.c
lib/ext2fs/closefs.c
lib/ext2fs/dirblock.c
lib/ext2fs/ext_attr.c
lib/ext2fs/ind_block.c
lib/ext2fs/inode.c
lib/ext2fs/openfs.c