[PATCH v2] syscalls: Cleanup references to sys_lookup_dcookie()

Sohil Mehta sohil.mehta at intel.com
Fri Aug 4 07:44:57 AEST 2023


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.mehta at intel.com>
> Reviewed-by: Randy Dunlap <rdunlap at infradead.org>
> Acked-by: Namhyung Kim <namhyung at 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


More information about the Linuxppc-dev mailing list