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:54:39
> > xbd does VOP_STRATEGY. it's the root of the problem in this PR.
>
> I don't think so. DEV_STRAGEGY() against vnd would have caused the
> same problem because vnd would have attempted to do vnode ops there.
sigh. i didn't say vnd didn't have a problem.
i just meant, xbd has a problem and this PR is about it.
YAMAMOTO Takashi