Re: [PATCH v2 05/14] powerpc: Use generic fallocate compatibility syscall

2022-08-07 Thread Rohan McLure
>> --- a/arch/powerpc/kernel/asm-offsets.c >> +++ b/arch/powerpc/kernel/asm-offsets.c >> @@ -9,6 +9,7 @@ >> * #defines from the assembly-language output. >> */ >> >> +#include > > What's this for? Good spot.

Re: [PATCH v2 05/14] powerpc: Use generic fallocate compatibility syscall

2022-08-07 Thread Andrew Donnellan
On Mon, 2022-07-25 at 16:26 +1000, 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 g

[PATCH v2 05/14] powerpc: Use generic fallocate compatibility syscall

2022-07-24 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