Subject: CVS commit: src/sbin/newfs_ext2fs
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/21/2007 13:14:06
Module Name:	src
Committed By:	tsutsui
Date:		Wed Nov 21 13:14:06 UTC 2007

Modified Files:
	src/sbin/newfs_ext2fs: mke2fs.c

Log Message:
Roundup e2fs_ipg to make it use whole inode table blocks since
it's still reasonable and some kernel code seems to assume it
(otherwise some inode numbers of directories could be corrupted).

XXX: not sure if odd e2fs_ipg is valid or not in ext2fs spec.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/newfs_ext2fs/mke2fs.c

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