Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 05/02/2002 19:25:25
Module Name:	syssrc
Committed By:	briggs
Date:		Thu May  2 16:25:25 UTC 2002

Modified Files:
	syssrc/sys/dev: vnd.c

Log Message:
Ensure that b_bufsize is set to a range covering the buffer in vndstrategy().
This addresses kern/16570 where using the raw vnd device with a file backed by
NFS was failing due to bp->b_bufsize being 0.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 syssrc/sys/dev/vnd.c

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