Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/23/2005 20:21:03
Module Name:	src
Committed By:	perseant
Date:		Sat Apr 23 20:21:03 UTC 2005

Modified Files:
	src/sbin/fsck_lfs: lfs.c main.c pass5.c pass6.c

Log Message:
Check parts of pass 5 even if only rolling forward.  We can't check the true
segment holdings against the blocks held by the inodes, but we can still
check the cleanerinfo data against the segment table.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sbin/fsck_lfs/lfs.c
cvs rdiff -r1.23 -r1.24 src/sbin/fsck_lfs/main.c
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_lfs/pass5.c
cvs rdiff -r1.6 -r1.7 src/sbin/fsck_lfs/pass6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.