From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgbiA-0007kO-7H for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:09:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sgbi8-0007Yw-K2 for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:09:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sgbi8-0007Yl-A5 for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:09:40 -0400 Message-ID: <4FDF2889.1060907@redhat.com> Date: Mon, 18 Jun 2012 15:09:29 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1339774867-21514-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1339774867-21514-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qcow2: fix #ifdef'd qcow2_check_refcounts() callers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 15.06.2012 17:41, schrieb Stefan Hajnoczi: > The DEBUG_ALLOC qcow2.h macro enables additional consistency checks > throughout the code. This makes it easier to spot corruptions that are > introduced during development. Since consistency check is an expensive > operation the DEBUG_ALLOC macro is used to compile checks out in normal > builds and qcow2_check_refcounts() calls missed the addition of a new > function argument. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin