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

2016-05-11 Thread Alberto Garcia
On Wed 11 May 2016 04:45:33 AM CEST, 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 Reviewed-by: Alberto Garcia Berto

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

2016-05-10 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