Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MIPS] open() forces O_LARGEFILE for o32 on 64bit kernels open() always sets the O_LARGEFILE flag for the o32 ABI implementation of a 64bit kernel. The appended patch fixes it. Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Thiemo Seufer and committed by
Ralf Baechle
7155262e fef6d6a7

+1 -1
+1 -1
arch/mips/kernel/scall64-o32.S
··· 209 209 PTR sys_fork 210 210 PTR sys_read 211 211 PTR sys_write 212 - PTR sys_open /* 4005 */ 212 + PTR compat_sys_open /* 4005 */ 213 213 PTR sys_close 214 214 PTR sys_waitpid 215 215 PTR sys_creat