Subject: CVS commit: [netbsd-3] src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/20/2006 22:41:31
Module Name:	src
Committed By:	riz
Date:		Sat May 20 22:41:31 UTC 2006

Modified Files:
	src/sys/ufs/lfs [netbsd-3]: lfs_extern.h lfs_segment.c lfs_vnops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
	sys/ufs/lfs/lfs_vnops.c: revision 1.171
	sys/ufs/lfs/lfs_extern.h: revision 1.81
	sys/ufs/lfs/lfs_segment.c: revision 1.177
Don't ever partially write dirops, even if we need the cleaner to run.
This increases the chances of the "no clean segments" panic slightly,
but allows us to run the ckckp regression test successfully to completion.


To generate a diff of this commit:
cvs rdiff -r1.64.2.7 -r1.64.2.8 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.158.2.10 -r1.158.2.11 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.137.2.19 -r1.137.2.20 src/sys/ufs/lfs/lfs_vnops.c

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