Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 11/11/2006 13:42:14
Module Name:	src
Committed By:	jmmv
Date:		Sat Nov 11 13:42:14 UTC 2006

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

Log Message:
Do not mess with B_VFLUSH in the read/write case.  Requested by yamt@.

(I did this because the system could panic otherwise.  But this seemed to
be a side-effect of another mistake that was present in the code before it
was commited.  So effectively this simplification should have happened
before.)


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

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