summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorLinus Torvalds2019-05-17 18:46:31 +0200
committerLinus Torvalds2019-05-17 18:46:31 +0200
commitbf8a9a4755737f6630756f0d87bea9b38f0ed369 (patch)
tree1bdeab134ab136514a2a24e6b2310a686c007800 /arch/alpha
parentMerge tag 'for-linus-20190516' of git://git.kernel.dk/linux-block (diff)
parentuapi: Wire up the mount API syscalls on non-x86 arches [ver #2] (diff)
downloadkernel-qcow2-linux-bf8a9a4755737f6630756f0d87bea9b38f0ed369.tar.gz
kernel-qcow2-linux-bf8a9a4755737f6630756f0d87bea9b38f0ed369.tar.xz
kernel-qcow2-linux-bf8a9a4755737f6630756f0d87bea9b38f0ed369.zip
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more vfs mount updates from Al Viro: "Propagation of new syscalls to other architectures + cosmetic change from Christian (fscontext didn't follow the convention for anon inode names)" * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2] uapi, fsopen: use square brackets around "fscontext" [ver #2]
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/kernel/syscalls/syscall.tbl6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/alpha/kernel/syscalls/syscall.tbl b/arch/alpha/kernel/syscalls/syscall.tbl
index 165f268beafc..9e7704e44f6d 100644
--- a/arch/alpha/kernel/syscalls/syscall.tbl
+++ b/arch/alpha/kernel/syscalls/syscall.tbl
@@ -467,3 +467,9 @@
535 common io_uring_setup sys_io_uring_setup
536 common io_uring_enter sys_io_uring_enter
537 common io_uring_register sys_io_uring_register
+538 common open_tree sys_open_tree
+539 common move_mount sys_move_mount
+540 common fsopen sys_fsopen
+541 common fsconfig sys_fsconfig
+542 common fsmount sys_fsmount
+543 common fspick sys_fspick