Commit 089c7e7f authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Use compat_sys_mount.

This fixes mount problems with smbfs, ncpfs and NFSv4.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 53571ce4
...@@ -280,7 +280,7 @@ EXPORT(sysn32_call_table) ...@@ -280,7 +280,7 @@ EXPORT(sysn32_call_table)
PTR sys_sync PTR sys_sync
PTR sys_acct PTR sys_acct
PTR sys32_settimeofday PTR sys32_settimeofday
PTR sys_mount /* 6160 */ PTR compat_sys_mount /* 6160 */
PTR sys_umount PTR sys_umount
PTR sys_swapon PTR sys_swapon
PTR sys_swapoff PTR sys_swapoff
......
...@@ -226,7 +226,7 @@ sys_call_table: ...@@ -226,7 +226,7 @@ sys_call_table:
PTR sys_ni_syscall /* was sys_stat */ PTR sys_ni_syscall /* was sys_stat */
PTR sys_lseek PTR sys_lseek
PTR sys_getpid /* 4020 */ PTR sys_getpid /* 4020 */
PTR sys_mount PTR compat_sys_mount
PTR sys_oldumount PTR sys_oldumount
PTR sys_setuid PTR sys_setuid
PTR sys_getuid PTR sys_getuid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment