CVS commit: src/libexec/lfs_cleanerd
"Konrad Schroder" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: perseant Date: Thu Apr 23 16:26:05 UTC 2026 Modified Files: src/libexec/lfs_cleanerd: Makefile.inc cleaner.h coalesce.c lfs_cleanerd.c Log Message: Use the new FCNTL mechanism to move blocks to clean segments, rather than duplicating the code in user space. lfs_cleanerd still decides which segments' blocks to move but no longer identifies individual blocks for cleaning, and does not handle file data. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/libexec/lfs_cleanerd/Makefile.inc cvs rdiff -u -r1.15 -r1.16 src/libexec/lfs_cleanerd/cleaner.h cvs rdiff -u -r1.33 -r1.34 src/libexec/lfs_cleanerd/coalesce.c cvs rdiff -u -r1.60 -r1.61 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.