Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/11/1999 16:31:10
Module Name:	src
Committed By:	perseant
Date:		Sun Apr 11 23:31:10 UTC 1999

Modified Files:
	src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
Mark the current segment with SEGUSE_ACTIVE at mount time, rather than waiting
for the first write.  If this is not done, the cleaner may try to clean the
current segment out from under the writer if the filesystem is mounted after
a crash (or any other time that the dirty:clean segment ration is high enough).