block: Switch child_format users to child_of_bds
commit36ee58d13bbcb75c72385bee6e262afed3acce47
authorMax Reitz <mreitz@redhat.com>
Wed, 13 May 2020 11:05:31 +0000 (13 13:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 May 2020 17:05:25 +0000 (18 19:05 +0200)
tree658a26c109f951c8c5bce12816f83b82dfe70632
parent500e2434207dd3cff4f88e6d6c7b0b7b9c1a2caf
block: Switch child_format users to child_of_bds

Both users (quorum and blkverify) use child_format for
not-really-filtered children, so the appropriate BdrvChildRole in both
cases is DATA.  (Note that this will cause bdrv_inherited_options() to
force-allow format probing.)

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200513110544.176672-22-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkverify.c
block/quorum.c