commit | d6c178e9694e7e0c7ffe0289cf4389a498cac735 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 28 01:36:09 2009 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Mar 30 14:49:40 2009 +0200 |
tree | 8983f9b6964fb5e530a52450e0b92b5f88def2eb | |
parent | 0e6826c73c9aa785ec58b52613df7699fb31af9a [diff] |
MIPS: Compat: Zero upper 32-bit of offset_high and offset_low. Through sys_llseek() arguably should do exactly that it doesn't which means llseek(2) will fail for o32 processes if offset_low has bit 31 set. As suggested by Heiko Carstens. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>