On Tue, Oct 14, 2008 at 09:29:38AM -0400, Cole Robinson wrote:
Guido Günther wrote:
> On Fri, Oct 10, 2008 at 06:05:37PM +0100, Daniel P. Berrange wrote:
>> Sorry to mess up your patch, but I just committed the code to turn
>> all linked lists into arrays. So you'll need to tweak this to do
>>
>> for (i = 0 ; i < vm->def->ndisks ; i++)
>> if (STREQ(vm->def->disks[i]->dst))
>> break;
> Fixed version attached. This one also addresses Cole's comment on the
> error message.
> -- Guido
>
ACK.
So can the be applied (together with the other two fixups)?
-- Guido