|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] libxl_device.c, stat() and remote disks
On Mon, 2013-04-22 at 15:07 +0100, David Scott wrote:
> Is it safe to remove the stat() from libxl_device.c?
I expect it only makes sense when backendtype=phy and perhaps the
disk->script check has served as an imperfect surrogate for that until
now?
Does changing
} else if (!disk->script) {
into
} else if (disk->backendtype == ...PHY && !disk->script) {
Work for you also?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |