Re: [PATCH v2 20/33] block: Switch child_format users to child_of_bds

2020-02-05 Thread Eric Blake
On 2/4/20 11:08 AM, Max Reitz wrote: 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 ---

[PATCH v2 20/33] block: Switch child_format users to child_of_bds

2020-02-04 Thread Max Reitz
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 --- block/blkverify.c | 4 ++--