[PATCH 3/5] fs: remove compat_sys_mount

2020-09-17 Thread Christoph Hellwig
compat_sys_mount is identical to the regular sys_mount now, so remove it and use the native version everywhere. Signed-off-by: Christoph Hellwig --- arch/arm64/include/asm/unistd32.h | 2 +- arch/mips/kernel/syscalls/syscall_n32.tbl | 2 +- arch/mips/kernel/syscalls/syscall_o32

remove compat_sys_mount

2020-09-17 Thread Christoph Hellwig
Hi Al, this series moves the NFSv4 binary mount data compat handling to fs/nfs/, and removes the now pointless compat_sys_mount. Diffstat: b/arch/alpha/kernel/osf_sys.c| 116 +++ b/arch/arm64/include/asm/unistd32.h |2 b/arch/mips/kernel/sys