Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/11/2002 01:14:19
Module Name:	syssrc
Committed By:	chs
Date:		Sun Feb 10 23:14:19 UTC 2002

Modified Files:
	syssrc/sys/kern: vfs_bio.c

Log Message:
getblk()'s "block size invariant" isn't valid for VBLK vnodes
since bounds_check_with_label() will truncate a buffer that crosses
the end of the partition.  adjust the assertion to account for this.
fixes PRs 7938, 12156, 12698, 13076, 13210 and 13288.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 syssrc/sys/kern/vfs_bio.c

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