Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/10/2004 10:00:33
Module Name:	src
Committed By:	yamt
Date:		Fri Sep 10 10:00:33 UTC 2004

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

Log Message:
vndstrategy/vndiodone:
don't call bgetvp/brelvp here.  they are not interrupt safe.
as we're doing something like direct i/o,
there's no point to call them anyway.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/sys/dev/vnd.c

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