CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/28 06:17:15
Modified files:
sbin/fsck_ext2fs: inode.c pass2.c setup.c
Log message:
Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4
and sizeof(struct ext2fs_dinode) had to be replaced with
EXT2_DINODE_SIZE() and such.
ok beck@
