From: Arnd Bergmann Date: Sun, 30 Dec 2018 22:04:30 +0000 (+0100) Subject: sh: add statx system call X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d25a122afd4374071bb8489a980051da37136ee1;p=linux.git sh: add statx system call statx is available on almost all other architectures but got missed on sh, so add it now. Signed-off-by: Arnd Bergmann --- diff --git a/arch/sh/kernel/syscalls/syscall.tbl b/arch/sh/kernel/syscalls/syscall.tbl index 21ec752885623..a70db013dbc77 100644 --- a/arch/sh/kernel/syscalls/syscall.tbl +++ b/arch/sh/kernel/syscalls/syscall.tbl @@ -390,3 +390,4 @@ 380 common copy_file_range sys_copy_file_range 381 common preadv2 sys_preadv2 382 common pwritev2 sys_pwritev2 +383 common statx sys_statx