Skip to content

Commit 2bd06ce

Browse files
committed
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
2 parents 13f514b + 6ae1756 commit 2bd06ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/mips/include/asm/compat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ struct compat_flock {
8686
compat_off_t l_len;
8787
s32 l_sysid;
8888
compat_pid_t l_pid;
89-
short __unused;
9089
s32 pad[4];
9190
};
9291

0 commit comments

Comments
 (0)