From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMoM-0008Bh-S5 for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJMoL-0004zP-5d for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMoK-0004yT-O4 for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:45 -0400 Message-ID: <4EA92858.4060709@redhat.com> Date: Thu, 27 Oct 2011 11:46:00 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1319707348-21768-1-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1319707348-21768-1-git-send-email-wdongxu@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: fix qcow2_co_flush deadlock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: pbonzini@redhat.com, wdongxu@cn.ibm.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 27.10.2011 11:22, schrieb Dong Xu Wang: > If qcow2_cache_flush failed, s->lock will not be unlock. > > Signed-off-by: Dong Xu Wang Thanks, applied to the block branch. Kevin