CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 10:08:53
Modified files:
sbin/fsck_ext2fs: dir.c inode.c pass1.c pass2.c pass5.c setup.c
utilities.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".
ok guenther
