From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 15 Nov 2007 22:20:33 +0000 (+0000)
Subject: [MIPS] N32 needs to use the compat version of sys_nfsservctl.
X-Git-Tag: firefly_0821_release~24289^2
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72e510654c814e2c5c9227e95ae02ea77e015ce4;p=firefly-linux-kernel-4.4.55.git

[MIPS] N32 needs to use the compat version of sys_nfsservctl.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S
index 118be24224f2..01993ec3368b 100644
--- a/arch/mips/kernel/scall64-n32.S
+++ b/arch/mips/kernel/scall64-n32.S
@@ -293,7 +293,7 @@ EXPORT(sysn32_call_table)
 	PTR	sys_ni_syscall			/* 6170, was get_kernel_syms */
 	PTR	sys_ni_syscall			/* was query_module */
 	PTR	sys_quotactl
-	PTR	sys_nfsservctl
+	PTR	compat_sys_nfsservctl
 	PTR	sys_ni_syscall			/* res. for getpmsg */
 	PTR	sys_ni_syscall			/* 6175  for putpmsg */
 	PTR	sys_ni_syscall			/* res. for afs_syscall */