Subject: CVS commit: [netbsd-2] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/13/2005 18:06:35
Module Name: src
Committed By: riz
Date: Fri May 13 18:06:35 UTC 2005
Modified Files:
src/sys/dev [netbsd-2]: vndvar.h
Log Message:
Pull up revision 1.14 via patch (requested by bouyer in ticket #1417):
Make vnd do I/O to the underlying file from thread context. This
allows the strategy routine to be called from interrupt context
Now that pool_get() is only called from thread context, change PR_NOWAIT to
PR_WAITOK. Fix PR kern/26272 by Juergen Hannken-Illjes.
OK'd by thorpej@
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.6.1 src/sys/dev/vndvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.