Subject: Re: port-xen/29775: Cannot use a vnode disk for domU
To: None <thorpej@shagadelic.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 03/31/2005 08:43:07
> > i believe it's a problem in xbd, not in vnd.
> > doing vnode operations from interrupt context is evil.
> 
> Yes, but it's vnd that is doing those from interrupt context.

xbd does VOP_STRATEGY.  it's the root of the problem in this PR.

YAMAMOTO Takashi