Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/fsck_ext2fs
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.
Home |
Main Index |
Thread Index |
Old Index