From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f194.google.com ([209.85.210.194]:35691 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbeLIOhZ (ORCPT ); Sun, 9 Dec 2018 09:37:25 -0500 Received: by mail-pf1-f194.google.com with SMTP id z9so4133367pfi.2 for ; Sun, 09 Dec 2018 06:37:25 -0800 (PST) Subject: Re: [PATCH 13/26] aio: add io_setup2() system call To: Benny Halevy , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-aio@kvack.org Cc: hch@lst.de, jmoyer@redhat.com, clm@fb.com References: <20181207222016.29387-1-axboe@kernel.dk> <20181207222016.29387-14-axboe@kernel.dk> From: Jens Axboe Message-ID: Date: Sun, 9 Dec 2018 07:37:22 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 12/9/18 3:12 AM, Benny Halevy wrote: >> @@ -1281,6 +1288,34 @@ static long read_events(struct kioctx *ctx, long min_nr, long nr, >> return ret; >> } >> > > How about adding a comment similar to io_setup's below? > > And would you like to mention also io_setup2 in > Documentation/sysctl/fs.txt? Sure, I'll add a comment for this system call too. -- Jens Axboe