RE: [Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-20 Thread Igor Lvovsky
t;get_cluster_offset()" we'll not be able to know if it's a "parent" or "leaf" image. So, I attach a new patch with you comments. Regards, Igor Lvovsky -Original Message----- From: Thiemo Seufer [mailto:[EMAIL PROTECTED] S

Re: [Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-19 Thread Thiemo Seufer
Thiemo Seufer wrote: > Igor Lvovsky wrote: > > > > Hi, > > The bug was in my last patch. > > This is a new one. > > I'll very appreciate any comments. > > Appended is a variant which gets rid of the confusing "child" variable > which means "is_parent", and the duplicate of it (parent_open). >

Re: [Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-19 Thread Thiemo Seufer
Igor Lvovsky wrote: > > Hi, > The bug was in my last patch. > This is a new one. > I'll very appreciate any comments. Appended is a variant which gets rid of the confusing "child" variable which means "is_parent", and the duplicate of it (parent_open). There was also an uninitialized varia