From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4PI-0005p5-T5 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:08:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz4P9-00072f-RQ for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:07:52 -0500 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:48127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4P9-000711-Km for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:07:43 -0500 Received: by mail-wi0-f172.google.com with SMTP id n3so14708209wiv.11 for ; Thu, 11 Dec 2014 06:07:43 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5489A529.2050506@redhat.com> Date: Thu, 11 Dec 2014 15:07:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1418223122-22481-1-git-send-email-pbonzini@redhat.com> <1418223122-22481-5-git-send-email-pbonzini@redhat.com> <20141211131336.GC23351@noname.redhat.com> <548998E6.9030408@redhat.com> <20141211132213.GD23351@noname.redhat.com> In-Reply-To: <20141211132213.GD23351@noname.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] linux-aio: simplify removal of completed iocbs from the list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: ming.lei@canonical.com, pl@kamp.de, qemu-devel@nongnu.org, stefanha@redhat.com On 11/12/2014 14:22, Kevin Wolf wrote: > Can you please fix this one and send a v2? Done. > The EAGAIN thing doesn't need to be fixed because it's ignored anyway. A > cleanup is unrelated and can be done later. As for the abort() in patch > 2, I'll leave the decision to you. Executive summary: did the cleanup now, and left the abort() in. Paolo