From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4XP8-0004ur-Pi for qemu-devel@nongnu.org; Tue, 29 Mar 2011 07:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4XP7-0004Oq-4C for qemu-devel@nongnu.org; Tue, 29 Mar 2011 07:48:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4XP6-0004Om-Lo for qemu-devel@nongnu.org; Tue, 29 Mar 2011 07:48:09 -0400 Message-ID: <4D91C778.6070206@redhat.com> Date: Tue, 29 Mar 2011 13:50:16 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH V2] hw/xen_disk: ioreq not finished on error List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Anthony Perard , Feiran Zheng , "qemu-devel@nongnu.org" , Gerd Hoffmann Am 29.03.2011 12:48, schrieb Stefano Stabellini: > On Tue, 29 Mar 2011, Feiran Zheng wrote: >> Bug fix: routines 'ioreq_runio_qemu_sync' and 'ioreq_runio_qemu_aio' >> won't call 'ioreq_unmap' or 'ioreq_finish' on errors, leaving ioreq in >> the blkdev->inflight list and a leak. >> > > Acked-by: Stefano Stabellini Thanks, applied to the block branch. Kevin