CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 10:59:35
Modified files:
sys/ufs/ext2fs : ext2fs.h ext2fs_alloc.c ext2fs_balloc.c
ext2fs_bmap.c ext2fs_inode.c ext2fs_lookup.c
ext2fs_subr.c ext2fs_vnops.c
Log message:
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
