qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH for-2.4 3/5] block: Introduce bdrv_unref_child()


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH for-2.4 3/5] block: Introduce bdrv_unref_child()
Date: Fri, 10 Jul 2015 18:00:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

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 <address@hidden>
---
  block.c               | 23 +++++++++++++++++++++--
  include/block/block.h |  1 +
  2 files changed, 22 insertions(+), 2 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]