Am 31.08.2023 um 14:59 hat Dmitry Frolov geschrieben:
> bdrv_open_child() may return NULL.
> Usually return value is checked for this function.
> Check for return value is more reliable.
>
> Fixes: 24bc15d1f6 ("vmdk: Use BdrvChild instead of BDS for references to
> extents")
>
> Signed-off-by: Dmitry Frolov <[email protected]>Did you actually see some failure because of this? If so, what is the specific case that failed? Or is this just cleanup based on code inspection? Kevin
