commit | 08d30879a6d3ce399f48def7c494853b5b5f2062 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Dec 03 16:33:17 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 04 17:47:28 2008 +0000 |
tree | 85d87735ad7538c9166421405275eb36f0fc50aa | |
parent | 566a3b95579c123f7711e2f98d078f370746046b [diff] |
MIPS: o32: Fix number of arguments to splice(2). The syscall code was assuming splice only takes 4 arguments so no stack arguments were being copied from the userspace stack to the kernel stack. As the result splice was likely to fail with EINVAL. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>