From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, PDS_TONAME_EQ_TOLOCAL_SHORT,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62003C433DB for ; Sat, 9 Jan 2021 04:59:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26542236FB for ; Sat, 9 Jan 2021 04:59:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726283AbhAIE7f (ORCPT ); Fri, 8 Jan 2021 23:59:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbhAIE7f (ORCPT ); Fri, 8 Jan 2021 23:59:35 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37301C061573 for ; Fri, 8 Jan 2021 20:58:54 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1ky6Ku-008Yki-LS; Sat, 09 Jan 2021 04:58:48 +0000 Date: Sat, 9 Jan 2021 04:58:48 +0000 From: Al Viro To: yangerkun Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] syscalls: add comments show the define file for aio Message-ID: <20210109045848.GS3579531@ZenIV.linux.org.uk> References: <20210109031416.1375292-1-yangerkun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210109031416.1375292-1-yangerkun@huawei.com> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Jan 09, 2021 at 11:14:16AM +0800, yangerkun wrote: > fs/aio.c define the syscalls for aio. > > Signed-off-by: yangerkun That (and the next patch) really ought to go to Arnd - I've very little to do with the unistd.h machinery.