Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/18/2004 20:35:55
Module Name: src
Committed By: dsl
Date: Thu Mar 18 20:35:55 UTC 2004
Modified Files:
src/sbin/newfs: mkfs.c
Log Message:
Speed up mkfs of ffsv1 by writing inodes more than 8k at a time.
Use mmap() instead of malloc() for temporary buffers so that they
can be unmapped for mfs.
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sbin/newfs/mkfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.