From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N343W-0001xu-5t for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N343R-0001vH-6M for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:57 -0400 Received: from [199.232.76.173] (port=33573 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N343R-0001vB-0y for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:53 -0400 Received: from verein.lst.de ([213.95.11.210]:36472) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1N343Q-0001I1-6m for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:52 -0400 Date: Wed, 28 Oct 2009 09:38:50 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] Remove aio_ctx from paio_* interface Message-ID: <20091028083850.GA17601@lst.de> References: <1256558588-10107-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1256558588-10107-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, Oct 26, 2009 at 01:03:08PM +0100, Kevin Wolf wrote: > The context parameter in paio_submit isn't used anyway, so there is no reason > why block drivers should need to remember it. This also avoids passing a Linux > AIO context to paio_submit (which doesn't do any harm as long as the parameter > is unused, but it is highly confusing). Looks good, Reviewed-by: Christoph Hellwig