Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/25/1999 14:38:29
Module Name:	src
Committed By:	perseant
Date:		Thu Mar 25 22:38:28 UTC 1999

Modified Files:
	src/sys/ufs/lfs: lfs_segment.c
Log Message:
Make sysctl variable lfs_clean_vnhead do what it was supposed to do,
namely, toggle whether vnodes loaded only for cleaning (as opposed to
normal filesystem use) are freed to the *head* of the vnode free list,
rather than the tail.  This should avoid a possible cache flushing
effect, if the cleaner cleans a segment containing a large number of
live inodes.