Эх сурвалжийг харах

Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips

Pull MIPS fix from James Hogan:
 "A single MIPS fix for mismatching struct compat_flock, resulting in
  bus errors starting Firefox on Debian 8 since 4.13"

* tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips:
  MIPS: Drop spurious __unused in struct compat_flock
Linus Torvalds 7 жил өмнө
parent
commit
2bd06ce77c

+ 0 - 1
arch/mips/include/asm/compat.h

@@ -86,7 +86,6 @@ struct compat_flock {
 	compat_off_t	l_len;
 	compat_off_t	l_len;
 	s32		l_sysid;
 	s32		l_sysid;
 	compat_pid_t	l_pid;
 	compat_pid_t	l_pid;
-	short		__unused;
 	s32		pad[4];
 	s32		pad[4];
 };
 };