Re: [Qemu-block] [PATCH for-3.1 v10 02/31] block: Use children list in bdrv_refresh_filename

2018-08-28 Thread Alberto Garcia
On Thu 09 Aug 2018 11:34:59 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, > quorum, commit, mirror, and blklogwrites. > > Signed-off-by: Max Reitz R

Re: [Qemu-block] [PATCH for-3.1 v10 02/31] block: Use children list in bdrv_refresh_filename

2018-08-16 Thread Eric Blake
On 08/09/2018 04:34 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, quorum, commit, mirror, and blklogwrites. Signed-off-by: Max Reitz --- block.c

[Qemu-block] [PATCH for-3.1 v10 02/31] block: Use children list in bdrv_refresh_filename

2018-08-09 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, quorum, commit, mirror, and blklogwrites. Signed-off-by: Max Reitz --- block.c | 9 + block/blklogwrites.c | 3 --