Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ext2fs
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.
Home |
Main Index |
Thread Index |
Old Index