From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGAmU-0007vs-KN for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:41:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGAmQ-0002Pa-N7 for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:41:10 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:48886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGAmQ-0002PO-5J for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:41:06 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Sep 2012 01:39:17 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8OFf0R329163652 for ; Tue, 25 Sep 2012 01:41:01 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8OFf0oi008836 for ; Tue, 25 Sep 2012 01:41:00 +1000 Date: Mon, 24 Sep 2012 21:13:01 +0530 From: Bharata B Rao Message-ID: <20120924154301.GR18470@in.ibm.com> References: <1348499171-15791-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348499171-15791-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] aio: another fix to the walking_handlers logic Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org On Mon, Sep 24, 2012 at 05:06:11PM +0200, Paolo Bonzini wrote: > The AIO dispatch loop will call QLIST_REMOVE and g_free even if there > are other pending calls to qemu_aio_wait outside the current one. > > Signed-off-by: Paolo Bonzini > --- > This is on top of the existing fix that is posted as part of > the glusterfs series. Bharata, can you add this patch as well? Sure, I can. Hoping that there will be consensus on URI parsing library soon so that these aio fixes and my GlusterFS patches can be pushed in time for 1.3. Regards, Bharata.