Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 06/27/2000 14:06:26
Module Name:	basesrc
Committed By:	perseant
Date:		Tue Jun 27 21:06:26 UTC 2000

Modified Files:
	basesrc/sbin/newfs_lfs: config.h lfs.c

Log Message:
User-level changes for filling the disk.

Set MINFREE to 80, since that's a more reasonable value according to the
literature than FFS' 90.  Remove a bunch of other unused FFS cruft from
config.h.

Initialize lfs_bfree correctly vis-a-vis MIN_FREE_SEGS, so the
filesystem doesn't over-represent the amount of free space it has.
Initialize lfs_dmeta so the kernel can estimate starting from a
reasonable value.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/sbin/newfs_lfs/config.h
cvs rdiff -r1.12 -r1.13 basesrc/sbin/newfs_lfs/lfs.c

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