]> git.proxmox.com Git - mirror_qemu.git/commit
block: Use children list in bdrv_refresh_filename
authorMax Reitz <mreitz@redhat.com>
Fri, 1 Feb 2019 19:29:06 +0000 (20:29 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 14:11:25 +0000 (15:11 +0100)
commite24518e303e6a4372eba67a8bd3c8730a02b86f0
tree1729be725161d9cd824373b02b1d0c2dae7d28b1
parentf30c66ba6e417a07e68ad6e0bc5da27561a3beea
block: Use children list in bdrv_refresh_filename

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 <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20190201192935.18394-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block.c
block/blklogwrites.c
block/blkverify.c
block/commit.c
block/mirror.c
block/quorum.c