Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 05/04/2005 04:58:23
Module Name:	src
Committed By:	perseant
Date:		Wed May  4 04:58:23 UTC 2005

Modified Files:
	src/sys/ufs/lfs: lfs_vfsops.c

Log Message:
Don't let the pager_map deadlock avoidance code in lfs_putpages() write
segments containing zero-block FINFO records.  These records cause segments
to become uncleanable, which would eventually result in a "no clean segments"
panic.


To generate a diff of this commit:
cvs rdiff -r1.177 -r1.178 src/sys/ufs/lfs/lfs_vfsops.c

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