From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDajF-0001iP-LP for qemu-devel@nongnu.org; Fri, 10 Jul 2015 12:00:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDajD-0004eM-8z for qemu-devel@nongnu.org; Fri, 10 Jul 2015 12:00:44 -0400 References: <1436384203-10576-1-git-send-email-kwolf@redhat.com> <1436384203-10576-4-git-send-email-kwolf@redhat.com> From: Max Reitz Message-ID: <559FEC1E.2010606@redhat.com> Date: Fri, 10 Jul 2015 18:00:30 +0200 MIME-Version: 1.0 In-Reply-To: <1436384203-10576-4-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4 3/5] block: Introduce bdrv_unref_child() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: berto@igalia.com, qemu-devel@nongnu.org, stefanha@redhat.com 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 > --- > block.c | 23 +++++++++++++++++++++-- > include/block/block.h | 1 + > 2 files changed, 22 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz