summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
diff options
context:
space:
mode:
authorSohil Mehta <sohil.mehta@intel.com>2023-07-10 18:51:24 +0000
committerArnd Bergmann <arnd@arndb.de>2023-10-03 19:51:37 +0200
commitccab211af3c2b90ed792eb5f33707d2f0d59fe50 (patch)
treeed70d8adb1412acc4e1d4b065d5715b767799b58 /kernel/sys_ni.c
parent43ff221426d33db909f7159fdf620c3b052e2d1c (diff)
downloadlinux-ccab211af3c2b90ed792eb5f33707d2f0d59fe50.tar.gz
linux-ccab211af3c2b90ed792eb5f33707d2f0d59fe50.tar.bz2
linux-ccab211af3c2b90ed792eb5f33707d2f0d59fe50.zip
syscalls: Cleanup references to sys_lookup_dcookie()
commit 'be65de6b03aa ("fs: Remove dcookies support")' removed the syscall definition for lookup_dcookie. However, syscall tables still point to the old sys_lookup_dcookie() definition. Update syscall tables of all architectures to directly point to sys_ni_syscall() instead. Signed-off-by: Sohil Mehta <sohil.mehta@intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Namhyung Kim <namhyung@kernel.org> # for perf Acked-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel/sys_ni.c')
-rw-r--r--kernel/sys_ni.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index e137c1385c56..d6eaaaf9cf77 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -51,8 +51,6 @@ COND_SYSCALL_COMPAT(io_pgetevents);
COND_SYSCALL(io_uring_setup);
COND_SYSCALL(io_uring_enter);
COND_SYSCALL(io_uring_register);
-COND_SYSCALL(lookup_dcookie);
-COND_SYSCALL_COMPAT(lookup_dcookie);
COND_SYSCALL(eventfd2);
COND_SYSCALL(epoll_create1);
COND_SYSCALL(epoll_ctl);