Subject: CVS commit: src/sbin/fsck_ext2fs
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/16/2007 16:55:04
Module Name:	src
Committed By:	tsutsui
Date:		Fri Nov 16 16:55:04 UTC 2007

Modified Files:
	src/sbin/fsck_ext2fs: inode.c pass1.c

Log Message:
Add a workaround for incorrect "SUMMARY INFORMATIONS WRONG FOR CG #N"
and "BLK(S) MISSING IN BIT MAP #N" reports on newer ext2fs with
EXT2F_COMPAT_RESIZE feature by accounting blocks in EXT2_RESIZEINO.

XXX1: Should we account blocks allocated by all other reserved inodes?
XXX2: We should really check and fix EXT2_RESIZEINO accordingly.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_ext2fs/pass1.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.