Subject: PR/26272 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Manuel Bouyer <bouyer@netbsd.org>
List: netbsd-bugs
Date: 03/30/2005 19:24:03
The following reply was made to PR kern/26272; it has been noted by GNATS.
From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/26272 CVS commit: src/sys/dev
Date: Wed, 30 Mar 2005 19:23:08 +0000 (UTC)
Module Name: src
Committed By: bouyer
Date: Wed Mar 30 19:23:08 UTC 2005
Modified Files:
src/sys/dev: vnd.c vndvar.h
Log Message:
Make vnd do I/O to the underlying file from thread context. This
allows the strategy routine to be called from interrupt context, fixes
PR kern/29775 by Juan RP.
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.111 -r1.112 src/sys/dev/vnd.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/vndvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.