kill fs2hXX/h2fsXX macros with letohXX/htoleXX
authorpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 16:59:35 +0000 (16:59 +0000)
committerpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 16:59:35 +0000 (16:59 +0000)
commitf7dbefaaf3bce775a01372ab00ecf1ed02bf290a
tree759ae344aea04d1e416d2afdeedc0b0efb796b44
parent229ef2df43a26b29e5f8944f41126a911b16c0b7
kill fs2hXX/h2fsXX macros with letohXX/htoleXX

The reason being that ext2 structures are little-endian but JBD2 journal
is big-endian.  Don't confuse readers by talking about "file system endian".

Some KNF while there.

ok guenther
sys/ufs/ext2fs/ext2fs.h
sys/ufs/ext2fs/ext2fs_alloc.c
sys/ufs/ext2fs/ext2fs_balloc.c
sys/ufs/ext2fs/ext2fs_bmap.c
sys/ufs/ext2fs/ext2fs_inode.c
sys/ufs/ext2fs/ext2fs_lookup.c
sys/ufs/ext2fs/ext2fs_subr.c
sys/ufs/ext2fs/ext2fs_vnops.c