Subject: CVS commit: basesrc/sbin/newfs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/08/2001 10:34:54
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Aug  8 07:34:54 UTC 2001

Modified Files:
	basesrc/sbin/newfs: newfs.c

Log Message:
when zeroing the image, use fstatfs() to find the optimal block size
(falling back to 8KB) instead of 512. should speed things up.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 basesrc/sbin/newfs/newfs.c

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