Subject: CVS commit: src/sbin/fsck_ffs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/09/2003 15:49:29
Module Name:	src
Committed By:	fvdl
Date:		Wed Apr  9 12:49:28 UTC 2003

Modified Files:
	src/sbin/fsck_ffs: pass2.c

Log Message:
Correctly deal with directories that need indirect blocks by adding
some code I missed in the UFS2 commit. Should fix false positives
seen by fsck_ffs on clean filesystems.

Thanks to Takahiro Kambe for debugging help.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sbin/fsck_ffs/pass2.c

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