Re: [Qemu-devel] [PATCH 1/2] block: Invalidate all children

2016-05-04 Thread Fam Zheng
On Wed, 05/04 12:10, Kevin Wolf wrote: > Am 19.04.2016 um 03:42 hat Fam Zheng geschrieben: > > Currently we only recurse to bs->file, which will miss the children in > > quorum > > and VMDK. > > > > Recurse into the whole subtree to avoid that. > > > > Signed-off-by: Fam Zheng > > --- > > bloc

Re: [Qemu-devel] [PATCH 1/2] block: Invalidate all children

2016-05-04 Thread Kevin Wolf
Am 19.04.2016 um 03:42 hat Fam Zheng geschrieben: > Currently we only recurse to bs->file, which will miss the children in quorum > and VMDK. > > Recurse into the whole subtree to avoid that. > > Signed-off-by: Fam Zheng > --- > block.c | 20 ++-- > 1 file changed, 14 insertions

Re: [Qemu-devel] [PATCH 1/2] block: Invalidate all children

2016-04-19 Thread Fam Zheng
On Tue, 04/19 16:44, Changlong Xie wrote: > On 04/19/2016 09:42 AM, Fam Zheng wrote: > >Currently we only recurse to bs->file, which will miss the children in quorum > >and VMDK. > > > >Recurse into the whole subtree to avoid that. > > > >Signed-off-by: Fam Zheng > >--- > > block.c | 20 +

Re: [Qemu-devel] [PATCH 1/2] block: Invalidate all children

2016-04-19 Thread Changlong Xie
On 04/19/2016 09:42 AM, Fam Zheng wrote: Currently we only recurse to bs->file, which will miss the children in quorum and VMDK. Recurse into the whole subtree to avoid that. Signed-off-by: Fam Zheng --- block.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) di

[Qemu-devel] [PATCH 1/2] block: Invalidate all children

2016-04-18 Thread Fam Zheng
Currently we only recurse to bs->file, which will miss the children in quorum and VMDK. Recurse into the whole subtree to avoid that. Signed-off-by: Fam Zheng --- block.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/block.c b/block.c index d4939b4..f