Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 05/20/2005 19:48:25
Module Name:	src
Committed By:	perseant
Date:		Fri May 20 19:48:25 UTC 2005

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

Log Message:
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.86 -r1.87 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.105 -r1.106 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.179 -r1.180 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.