Re: [PATCH v2 07/33] block: Pass parent_is_format to .inherit_options()

2020-02-05 Thread Eric Blake
On 2/4/20 11:08 AM, Max Reitz wrote: We plan to unify the generic .inherit_options() functions. The resulting common function will need to decide whether to force-enable format probing, force-disable it, or leave it as-is. To make this decision, it will need to know whether the parent node is a

[PATCH v2 07/33] block: Pass parent_is_format to .inherit_options()

2020-02-04 Thread Max Reitz
We plan to unify the generic .inherit_options() functions. The resulting common function will need to decide whether to force-enable format probing, force-disable it, or leave it as-is. To make this decision, it will need to know whether the parent node is a format node or not (because we never w