On 08.07.2015 21:36, Kevin Wolf wrote:
This is the counterpart for bdrv_open_child(). It decreases the reference count of the child BDS and removes it from the list of children of the given parent BDS.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 23 +++++++++++++++++++++-- include/block/block.h | 1 + 2 files changed, 22 insertions(+), 2 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>