Subject: CVS commit: src/libexec/lfs_cleanerd
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 07/07/2006 18:19:30
Module Name:	src
Committed By:	perseant
Date:		Fri Jul  7 18:19:30 UTC 2006

Modified Files:
	src/libexec/lfs_cleanerd: lfs_cleanerd.c

Log Message:
Place an upper bound on the number of segments to clean at one time, no
matter how empty they are.

Note that if two blocks have the same inode and block number, they sort
the same (this should never happen, but if it does there's no reason to
have qsort scramble the list).

Add some diagnostic syslog messages for unusual cases.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/libexec/lfs_cleanerd/lfs_cleanerd.c

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