NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60746 CVS commit: src/sys/ufs/lfs



The following reply was made to PR kern/60746; it has been noted by GNATS.

From: "Konrad Schroder" <perseant%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60746 CVS commit: src/sys/ufs/lfs
Date: Tue, 22 Sep 2026 23:22:21 +0000

 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