Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/06/2005 02:38:17
Module Name:	src
Committed By:	perseant
Date:		Wed Apr  6 02:38:17 UTC 2005

Modified Files:
	src/sbin/fsck_lfs: bufcache.c

Log Message:
Note that fsck_lfs may not know beforehand whether a given block is a
superblock or a segment summary, and tries both.  These may be different
sizes.  Fix a broken assertion that they are the same size.

Fixes PR # 29151.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/fsck_lfs/bufcache.c

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