From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:58414 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730404AbeLULVY (ORCPT ); Fri, 21 Dec 2018 06:21:24 -0500 Date: Fri, 21 Dec 2018 12:21:23 +0100 From: Christoph Hellwig To: Jens Axboe Cc: linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, hch@lst.de, viro@zeniv.linux.org.uk Subject: Re: [PATCH 06/22] aio: add io_setup2() system call Message-ID: <20181221112123.GB7319@lst.de> References: <20181218154230.3120-1-axboe@kernel.dk> <20181218154230.3120-7-axboe@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218154230.3120-7-axboe@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Dec 18, 2018 at 08:42:14AM -0700, Jens Axboe wrote: > This is just like io_setup(), except add a flags argument to let the > caller control/define some of the io_context behavior. > > Outside of the flags, we add an iocb array and two user pointers for > future use. > > Signed-off-by: Jens Axboe Looks good, Reviewed-by: Christoph Hellwig But this really needs a Cc to linux-abi and a manpage addition.