Subject: CVS commit: src/sys/ufs/ext2fs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/18/2006 12:48:38
Module Name:	src
Committed By:	bouyer
Date:		Sat Mar 18 12:48:38 UTC 2006

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_vfsops.c

Log Message:
bread() will always return a valid bp. So remplace the (always true) if (bp)
with a KASSERT.
Should fix Coverity ID 2444.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 src/sys/ufs/ext2fs/ext2fs_vfsops.c

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