Re: [PATCH 01/17] syscalls: add generic scripts/syscall.tbl

From: Arnd Bergmann
Date: Fri Jul 12 2024 - 05:09:23 EST


On Fri, Jul 12, 2024, at 10:43, Masahiro Yamada wrote:
> On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>
> I know this is already written in this way
> in include/uapi/asm-generic/unistd.h, but
> the native and compat have the same function name.
>
>
> Can we simplify it like this?
>
> 65 common readv sys_readv
> 66 common writev sys_writev

Good idea. It looks like this came from 5f764d624a89 ("fs:
remove the compat readv/writev syscalls"), and I'll fix it up
in my follow-up series, which has a lot of other cleanups
like this one across architectures.

Thanks,

Arnd