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: Tue Sep 22 23:22:21 UTC 2026
Modified Files:
src/sys/ufs/lfs: lfs_kclean.c lfs_rfw.c lfs_syscalls.c
Log Message:
In lfs_checkempty(), do not continue looping through partial segments
after an error. Also, do not continue checking all future segments but
confine our attention only to the segment we are trying to verify empty.
Addresses an issue described in PR kern/60746.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/lfs/lfs_kclean.c
cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/lfs/lfs_rfw.c
cvs rdiff -u -r1.181 -r1.182 src/sys/ufs/lfs/lfs_syscalls.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