Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jesse Off <joff@netbsd.org>
List: source-changes
Date: 01/07/2001 01:08:32
Module Name: basesrc
Committed By: joff
Date: Sat Jan 6 23:08:31 UTC 2001
Modified Files:
basesrc/sbin/fsck_lfs: inode.c pass1.c pass4.c
Log Message:
Fixed blockmap handling to properly use disk blocks rather than fragments.
Fixes an issue with fsck_lfs not detecting all duplicate blocks that may
exist in a corrupted filesystem.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/sbin/fsck_lfs/inode.c
cvs rdiff -r1.9 -r1.10 basesrc/sbin/fsck_lfs/pass1.c
cvs rdiff -r1.3 -r1.4 basesrc/sbin/fsck_lfs/pass4.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.