aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/syscalls/syscall_n64.tbl
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2021-05-17 14:39:56 +0200
committerJan Kara <jack@suse.cz>2021-05-17 14:39:56 +0200
commit5b9fedb31e476693c90d8ee040e7d4c51b3e7cc4 (patch)
tree60d2a9c9b90ea7c01f75a289e77422a6188f5baf /arch/mips/kernel/syscalls/syscall_n64.tbl
parentquota: Use 'hlist_for_each_entry' to simplify code (diff)
downloadlinux-dev-5b9fedb31e476693c90d8ee040e7d4c51b3e7cc4.tar.xz
linux-dev-5b9fedb31e476693c90d8ee040e7d4c51b3e7cc4.zip
quota: Disable quotactl_path syscall
In commit fa8b90070a80 ("quota: wire up quotactl_path") we have wired up new quotactl_path syscall. However some people in LWN discussion have objected that the path based syscall is missing dirfd and flags argument which is mostly standard for contemporary path based syscalls. Indeed they have a point and after a discussion with Christian Brauner and Sascha Hauer I've decided to disable the syscall for now and update its API. Since there is no userspace currently using that syscall and it hasn't been released in any major release, we should be fine. CC: Christian Brauner <christian.brauner@ubuntu.com> CC: Sascha Hauer <s.hauer@pengutronix.de> Link: https://lore.kernel.org/lkml/20210512153621.n5u43jsytbik4yze@wittgenstein Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'arch/mips/kernel/syscalls/syscall_n64.tbl')
-rw-r--r--arch/mips/kernel/syscalls/syscall_n64.tbl2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscalls/syscall_n64.tbl b/arch/mips/kernel/syscalls/syscall_n64.tbl
index 9974f5f8e49b..9cd1c34f31b5 100644
--- a/arch/mips/kernel/syscalls/syscall_n64.tbl
+++ b/arch/mips/kernel/syscalls/syscall_n64.tbl
@@ -357,7 +357,7 @@
440 n64 process_madvise sys_process_madvise
441 n64 epoll_pwait2 sys_epoll_pwait2
442 n64 mount_setattr sys_mount_setattr
-443 n64 quotactl_path sys_quotactl_path
+# 443 reserved for quotactl_path
444 n64 landlock_create_ruleset sys_landlock_create_ruleset
445 n64 landlock_add_rule sys_landlock_add_rule
446 n64 landlock_restrict_self sys_landlock_restrict_self