From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQYVv-0000gE-2r for qemu-devel@nongnu.org; Mon, 30 Sep 2013 04:07:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQYVp-0001AK-0w for qemu-devel@nongnu.org; Mon, 30 Sep 2013 04:07:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQYVo-0001AA-PQ for qemu-devel@nongnu.org; Mon, 30 Sep 2013 04:07:24 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8U87NE0021706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 30 Sep 2013 04:07:24 -0400 Date: Mon, 30 Sep 2013 10:07:25 +0200 From: Kevin Wolf Message-ID: <20130930080725.GC2507@dhcp-200-207.str.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: qemu-devel@nongnu.org, Stefan Hajnoczi Am 30.09.2013 um 09:21 hat Max Reitz geschrieben: > 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 Reviewed-by: Kevin Wolf