Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/19/2005 00:43:18
Module Name:	src
Committed By:	perseant
Date:		Sat Mar 19 00:43:17 UTC 2005

Modified Files:
	src/sbin/fsck_lfs: bufcache.c

Log Message:
Buffer cache fixes: make sure we initialize all the hash lists, and allow
the cache to grow in size irrespective of how many buffers may be in the
locked queue, since we can't write those in any case.  Prevents fsck_lfs
from spinning when it has too much to write.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sbin/fsck_lfs/bufcache.c

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