Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/lfs
Module Name: src
Committed By: perseant
Date: Wed Sep 17 03:50:38 UTC 2025
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_extern.h lfs_segment.c
lfs_vfsops.c
Log Message:
Add routines to check freelist consistency if compiled with DEBUG and
conditional on a kernel variable manipulated via sysctl.
Add checks before and after each routine that modifies the free list.
#if 0 a section of lfs_vfree() that was intended to keep the free list ordered
but instead corrupted it.
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/ufs/lfs/lfs.h
cvs rdiff -u -r1.143 -r1.144 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -u -r1.120 -r1.121 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -u -r1.290 -r1.291 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.384 -r1.385 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.
Home |
Main Index |
Thread Index |
Old Index