Subject: CVS commit: [netbsd-3] src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 05/18/2005 04:00:42
Module Name:	src
Committed By:	snj
Date:		Wed May 18 04:00:42 UTC 2005

Modified Files:
	src/sys/ufs/lfs [netbsd-3]: lfs_vfsops.c

Log Message:
Pull up revision 1.178 (requested by perseant in ticket #311):
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.167.2.1 -r1.167.2.2 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.