diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2023-10-25 16:02:04 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-12-14 11:49:17 +0100 |
commit | d8b0f5465012538cc4bb10ddc4affadbab73465b (patch) | |
tree | fd571e8091183084286d280a9186336fc228ef0b /arch/sh/kernel | |
parent | b4c2bea8ceaa50cd42a8f73667389d801a3ecf2d (diff) | |
download | linux-d8b0f5465012538cc4bb10ddc4affadbab73465b.tar.gz linux-d8b0f5465012538cc4bb10ddc4affadbab73465b.tar.bz2 linux-d8b0f5465012538cc4bb10ddc4affadbab73465b.zip |
wire up syscalls for statmount/listmount
Wire up all archs.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Link: https://lore.kernel.org/r/20231025140205.3586473-7-mszeredi@redhat.com
Reviewed-by: Ian Kent <raven@themaw.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/syscalls/syscall.tbl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls/syscall.tbl b/arch/sh/kernel/syscalls/syscall.tbl index 363fae0fe9bf..3103ebd2e4cb 100644 --- a/arch/sh/kernel/syscalls/syscall.tbl +++ b/arch/sh/kernel/syscalls/syscall.tbl @@ -459,3 +459,5 @@ 454 common futex_wake sys_futex_wake 455 common futex_wait sys_futex_wait 456 common futex_requeue sys_futex_requeue +457 common statmount sys_statmount +458 common listmount sys_listmount |