Subject: PR/32671 CVS commit: src/sys/dev
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 02/04/2006 11:55:01
The following reply was made to PR kern/32671; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32671 CVS commit: src/sys/dev
Date: Sat,  4 Feb 2006 11:52:32 +0000 (UTC)

 Module Name:	src
 Committed By:	yamt
 Date:		Sat Feb  4 11:52:32 UTC 2006
 
 Modified Files:
 	src/sys/dev: vnd.c
 
 Log Message:
 vndthread: play with b_vp and v_numoutput as it used to do,
 for "strange" filesystems like nfs.  PR/32671 from Simon Burge.
 
 although i'm not really happy with this "fix", i think that the code will
 be replaced with direct i/o anyway, sooner or later...
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.137 -r1.138 src/sys/dev/vnd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.