Re: [Qemu-devel] [PATCH 01/19] block: Use children list in bdrv_refresh_filename

2016-05-31 Thread Alberto Garcia
On Tue 26 Apr 2016 11:32:00 PM CEST, Max Reitz wrote: > bdrv_refresh_filename() should invoke itself recursively on all > children, not just on file. > > With that change, we can remove the manual invocations in blkverify and > quorum. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Be

Re: [Qemu-devel] [PATCH 01/19] block: Use children list in bdrv_refresh_filename

2016-04-26 Thread Eric Blake
On 04/26/2016 03:32 PM, Max Reitz wrote: > bdrv_refresh_filename() should invoke itself recursively on all > children, not just on file. > > With that change, we can remove the manual invocations in blkverify and > quorum. > > Signed-off-by: Max Reitz > --- > block.c | 9 + >

[Qemu-devel] [PATCH 01/19] block: Use children list in bdrv_refresh_filename

2016-04-26 Thread Max Reitz
bdrv_refresh_filename() should invoke itself recursively on all children, not just on file. With that change, we can remove the manual invocations in blkverify and quorum. Signed-off-by: Max Reitz --- block.c | 9 + block/blkverify.c | 3 --- block/quorum.c| 1 - 3 files c