Hi Arnd, On 7/10/2023 11:51 AM, Sohil Mehta wrote: > 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.me...@intel.com> > Reviewed-by: Randy Dunlap <rdun...@infradead.org> > Acked-by: Namhyung Kim <namhy...@kernel.org> # for perf
The patch has received a couple of additional Acks. Does this seem like a valuable cleanup? If so, should it go through the asm-generic tree? Sohil