Re: [PATCH 10/23] powerpc: Use generic fallocate compatibility syscall

2022-09-15 Thread Arnd Bergmann
On Fri, Sep 16, 2022, at 7:32 AM, Rohan McLure wrote: > The powerpc fallocate compat syscall handler is identical to the > generic implementation provided by commit 59c10c52f573f ("riscv: > compat: syscall: Add compat_sys_call_table implementation"), and as > such can be removed in favour of the ge

[PATCH 10/23] powerpc: Use generic fallocate compatibility syscall

2022-09-15 Thread Rohan McLure
The powerpc fallocate compat syscall handler is identical to the generic implementation provided by commit 59c10c52f573f ("riscv: compat: syscall: Add compat_sys_call_table implementation"), and as such can be removed in favour of the generic implementation. A future patch series will replace more