On Sat, Jan 9, 2021 at 7:58 AM yangerkun <yangerkun@xxxxxxxxxx> wrote: > > fs/aio.c define the syscalls for aio. > > Signed-off-by: yangerkun <yangerkun@xxxxxxxxxx> This is obviously correct. However, as Christoph Hellwig suggested the last time this came up for include/linux/syscalls.h, let's maybe just remove all those comments altogether. What I really want to do with this file though, is to completely remove it altogether and replace it with a syscall.tbl file as we have it in the architectures that do not use the generic table. If you or someone else wants to help out with that, I can point you to the last version of the proposed patches for that from a few years ago, and guide you through what else needs to be done before it can get merged. Arnd