From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1zSR-00073E-2Q for qemu-devel@nongnu.org; Thu, 07 May 2009 04:59:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1zSM-0006sn-23 for qemu-devel@nongnu.org; Thu, 07 May 2009 04:59:58 -0400 Received: from [199.232.76.173] (port=40049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1zSL-0006sW-Tl for qemu-devel@nongnu.org; Thu, 07 May 2009 04:59:53 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1zSL-0000yw-EV for qemu-devel@nongnu.org; Thu, 07 May 2009 04:59:53 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n478xqYo011094 for ; Thu, 7 May 2009 04:59:52 -0400 Message-ID: <4A02A2CD.4060107@redhat.com> Date: Thu, 07 May 2009 10:58:53 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix cluster freeing in qcow2 References: <20090507083144.GA9795@redhat.com> In-Reply-To: <20090507083144.GA9795@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: qemu-devel@nongnu.org Gleb Natapov schrieb: > Need to drop QCOW_OFLAG_COPIED from a cluster pointer before freeing it. > > Add an explanation how thing meant to work. > > Signed-off-by: Gleb Natapov Acked-by: Kevin Wolf