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 21:18:50
Module Name:	src
Committed By:	riz
Date:		Sat May 20 21:18:50 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
	sys/ufs/lfs/lfs_vfsops.c: revision 1.180
	sys/ufs/lfs/lfs_syscalls.c: revision 1.106
	sys/ufs/lfs/lfs.h: revision 1.87
Keep track of the number of segments reclaimed, since the cleaner doesn't
do this anymore (it hasn't for quite some time).  Add a couple of conditional
debugging messages to indicate why segments are not cleaned, in the event
that lfs_segclean is used.
Make the LFCNSEGWAITALL fcntl work again.


To generate a diff of this commit:
cvs rdiff -r1.77.2.1 -r1.77.2.2 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.103.2.1 -r1.103.2.2 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.167.2.4 -r1.167.2.5 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.