diff options
author | Jan Kara | 2021-05-31 18:42:58 +0200 |
---|---|---|
committer | Jan Kara | 2021-06-07 12:11:24 +0200 |
commit | 65ffb3d69ed3da28af85b1e4b2aaacd6c13ba28b (patch) | |
tree | c825974fcba9ce108bcd6b8c39577c6c9fedadf4 /arch/ia64 | |
parent | 64c2c2c62f92339b176ea24403d8db16db36f9e6 (diff) |
quota: Wire up quotactl_fd syscall
Wire up the quotactl_fd syscall.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/syscalls/syscall.tbl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/syscalls/syscall.tbl b/arch/ia64/kernel/syscalls/syscall.tbl index bb11fe4c875a..6d07742c57b8 100644 --- a/arch/ia64/kernel/syscalls/syscall.tbl +++ b/arch/ia64/kernel/syscalls/syscall.tbl @@ -363,7 +363,7 @@ 440 common process_madvise sys_process_madvise 441 common epoll_pwait2 sys_epoll_pwait2 442 common mount_setattr sys_mount_setattr -# 443 reserved for quotactl_path +443 common quotactl_fd sys_quotactl_fd 444 common landlock_create_ruleset sys_landlock_create_ruleset 445 common landlock_add_rule sys_landlock_add_rule 446 common landlock_restrict_self sys_landlock_restrict_self |