Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 03/13/2001 23:16:24
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Tue Mar 13 21:16:24 UTC 2001

Modified Files:
	syssrc/sys/ufs/ffs: ffs_alloc.c

Log Message:
Change ffs_dirpref() to pay attention to the amount of available free
space before deciding which cylinder group should contain a new directory
inode.

Fixes kern/11983; works around some, but not all, of the side effects
of kern/11989.

Tested by me for well over a month on my laptop; preliminary versions of
the fix were tested by Frank van der Linden and Herb Peyerl.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/ufs/ffs/ffs_alloc.c

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