From: Kyle McMartin Date: Fri, 28 Sep 2007 17:15:20 +0000 (-0400) Subject: [MIPS] Fix fallocate on o32 binary compat ABI X-Git-Tag: v2.6.23-rc9~22^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=422efb17eee0471baf4e1876ac9e8ba4c9e7a37a;p=platform%2Fkernel%2Flinux-3.10.git [MIPS] Fix fallocate on o32 binary compat ABI MIPS was mistakenly forgetting to use the fallocate compat wrapper, which I noticed while cleaning up all the duplicate fallocate wrappers. Signed-off-by: Kyle McMartin Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index b3ed731..dd68afc 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -525,5 +525,5 @@ sys_call_table: PTR compat_sys_signalfd PTR compat_sys_timerfd PTR sys_eventfd - PTR sys_fallocate /* 4320 */ + PTR sys32_fallocate /* 4320 */ .size sys_call_table,.-sys_call_table