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 19:29:21
Module Name:	src
Committed By:	dsl
Date:		Wed Sep  3 19:29:18 UTC 2003

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

Log Message:
Ensure the area between the end of the main superblock and the start of the
first alternate superblock is zerod.
Removes any possibility of any programs using a trully out of date
alternate superblock if a filesystem is remade with a larger block size.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/newfs/extern.h
cvs rdiff -r1.75 -r1.76 src/sbin/newfs/mkfs.c
cvs rdiff -r1.68 -r1.69 src/sbin/newfs/newfs.c

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