Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/15/2003 15:24:22
Module Name: src
Committed By: dsl
Date: Fri Aug 15 15:24:22 UTC 2003
Modified Files:
src/sbin/newfs: mkfs.c
Log Message:
Avoid allocating a data buffer the size of the cylinder group summary.
Write the summary every time it fills a fragment - except for the first
sector which is written last.
To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sbin/newfs/mkfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.