CVS commit: src/sys/ufs/lfs
"Konrad Schroder" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: perseant Date: Thu Aug 27 14:33:13 UTC 2026 Modified Files: src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_extern.h lfs_vfsops.c Log Message: Remove the last vestiges of the freelist ordering code. Addresses an issue observed in testing, also reported in PR kern/60523. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/sys/ufs/lfs/lfs.h cvs rdiff -u -r1.154 -r1.155 src/sys/ufs/lfs/lfs_alloc.c cvs rdiff -u -r1.131 -r1.132 src/sys/ufs/lfs/lfs_extern.h cvs rdiff -u -r1.399 -r1.400 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.