]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
MIPS: N32: Fix getdents64 syscall for n32
authorBernhard Walle <walle@corscience.de>
Fri, 3 Sep 2010 08:15:34 +0000 (10:15 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Oct 2010 17:33:58 +0000 (18:33 +0100)
Commit 31c984a5acabea5d8c7224dc226453022be46f33 introduced a new syscall
getdents64. However, in the syscall table, the new syscall still refers to
the old getdents which doesn't work.

The problem appeared with a system that uses the eglibc 2.12-r11187 (that
utilizes that new syscall) is very confused. The fix has been tested with
that eglibc version.

Signed-off-by: Bernhard Walle <walle@corscience.de>
To: linux-mips@linux-mips.org
Cc: ddaney@caviumnetworks.com
Cc: akpm@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1567/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall64-n32.S

index a3d66137731ac24386972c82426a4679d9ff9be3..dfa8cbcdc5aa606890408db904f7e732d8c8cd36 100644 (file)
@@ -419,5 +419,5 @@ EXPORT(sysn32_call_table)
        PTR     sys_perf_event_open
        PTR     sys_accept4
        PTR     compat_sys_recvmmsg
-       PTR     sys_getdents
+       PTR     sys_getdents64
        .size   sysn32_call_table,.-sysn32_call_table