Subject: CVS commit: src/libexec/lfs_cleanerd
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 02/26/2005 05:43:05
Module Name:	src
Committed By:	perseant
Date:		Sat Feb 26 05:43:05 UTC 2005

Modified Files:
	src/libexec/lfs_cleanerd: clean.h cleanerd.c library.c

Log Message:
Various minor LFS improvements:

* Adapt lfs_cleanerd to use the fcntl call to get the Ifile filehandle,
  so it need not be in the namespace.
* Make lfs_cleanerd be more careful when there are very few available
  segments.
* Remove the Ifile from the filesystem namespace.  The cleaner now uses
  a fcntl call on the root inode to find the Ifile filehandle.
* Make lfs_cleanerd less verbose when the filesystem is unmounted.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/libexec/lfs_cleanerd/clean.h
cvs rdiff -r1.51 -r1.52 src/libexec/lfs_cleanerd/cleanerd.c
cvs rdiff -r1.40 -r1.41 src/libexec/lfs_cleanerd/library.c

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