From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqOw-0004xu-Sb for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqOq-0005oS-JX for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:33:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqOq-0005oD-5j for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:33:32 -0400 Date: Tue, 18 Mar 2014 10:33:27 +0100 From: Kevin Wolf Message-ID: <20140318093327.GG4607@noname.str.redhat.com> References: <1395093892-29271-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395093892-29271-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] qcow2: Fix return path of realloc_refcount_block() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Laszlo Ersek , qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet Am 17.03.2014 um 23:04 hat Max Reitz geschrieben: > This series fixes the fail path of the static function > realloc_refcount_block() in block/qcow2-refcount.c which is used for > repairing corrupted image files. While doing so, the whole return path > is cleaned up and the comment describing the return value in case of > success is fixed. > > > Max Reitz (2): > qcow2: Correct comment for realloc_refcount_block() > qcow2: Fix fail path in realloc_refcount_block() > > block/qcow2-refcount.c | 36 +++++++++++++++++++----------------- > 1 file changed, 19 insertions(+), 17 deletions(-) Thanks, applied to the block branch. Kevin