Home
last modified time | relevance | path

Searched hist:df5817926790f6e84d1936eab523556f96fa577a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff df5817926790f6e84d1936eab523556f96fa577a Mon Jun 15 04:53:47 CDT 2015 Kevin Wolf <kwolf@redhat.com> block: Move bdrv_attach_child() calls up the call chain

Let the callers of bdrv_open_inherit() call bdrv_attach_child(). It
needs to be called in all cases where bdrv_open_inherit() succeeds (i.e.
returns 0) and a child_role is given.

bdrv_attach_child() is moved upwards to avoid a forward declaration.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>