Subject: CVS commit: src/sbin/newfs_ext2fs
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/19/2007 15:11:50
Module Name:	src
Committed By:	tsutsui
Date:		Mon Nov 19 15:11:50 UTC 2007

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

Log Message:
- fix a possible integer overflow
- initialize inode generation numbers with random numbers for NFS
  like newfs(8) as man page said
  XXX: sys/ufs/ext2fs/ext2fs_alloc.c:ext2fs_valloc() seems to override
       these generated numbers.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 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.