From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFkfd-0003Ui-U3 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 06:43:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFkfd-0002yy-1s for qemu-devel@nongnu.org; Mon, 17 Oct 2011 06:43:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFkfc-0002yt-Ot for qemu-devel@nongnu.org; Mon, 17 Oct 2011 06:43:48 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9HAhl50001026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Oct 2011 06:43:48 -0400 Message-ID: <4E9C06E2.3070705@redhat.com> Date: Mon, 17 Oct 2011 12:43:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1318847534-14357-1-git-send-email-pbonzini@redhat.com> <4E9C06E0.5000600@redhat.com> In-Reply-To: <4E9C06E0.5000600@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] coroutinization of flush and discard (split out of NBD series) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 10/17/2011 12:43 PM, Kevin Wolf wrote: > Cool, I wasn't aware of that. That's a very nice side effect! > > Maybe we should write this down in a comment and remove the now > unnecessary error handling from callers. Looks like I finally have an excuse to play with Coccinelle! Paolo