From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIvP-0002KC-Jf for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:41:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRIvK-0008Lf-Ij for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:40:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIvK-0008Kb-Ac for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:40:50 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r929emTb029875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Oct 2013 05:40:49 -0400 Date: Wed, 2 Oct 2013 11:40:46 +0200 From: Stefan Hajnoczi Message-ID: <20131002094046.GJ2142@stefanha-thinkpad.redhat.com> References: <1380525667-8703-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380525667-8703-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: CHECK_OFLAG_COPIED is obsolete List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Mon, Sep 30, 2013 at 09:21:07AM +0200, Max Reitz wrote: > CHECK_OFLAG_COPIED as a parameter to check_refcounts_l1 and > check_refcounts_l2 is obselete now, since the OFLAG_COPIED consistency > check is actually no longer performed by these functions (but by > check_oflag_copied). > > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan