Subject: Re: CVS commit: src/sys/dev
To: None <bouyer@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 03/31/2005 20:33:17
> 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@

doesn't "goto kthread_end" leak vnx and bp?

YAMAMOTO Takashi