Home
last modified time | relevance | path

Searched hist:"38701 b6aef5e934c5901905e8ca2c50453088a81" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 38701b6aef5e934c5901905e8ca2c50453088a81 Thu May 04 11:52:39 CDT 2017 Kevin Wolf <kwolf@redhat.com> block: Inactivate parents before children

The proper order for inactivating block nodes is that first the parents
get inactivated and then the children. If we do things in this order, we
can assert that we didn't accidentally leave a parent activated when one
of its child nodes is inactive.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>