Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/03/2003 17:09:01
Module Name:	src
Committed By:	dsl
Date:		Wed Sep  3 17:09:01 UTC 2003

Modified Files:
	src/sbin/newfs: mkfs.c

Log Message:
Randomise di_igen for the first 2 blocks of inodes for non-UFS2 filesystems.
Randomise di_igen for "/" (and lost+found) for UFS2 filesystems.
Ensure nothing from the lost+found inode leaks into the / inode.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sbin/newfs/mkfs.c

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