Skip to content
Commit 08d30879 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 566a3b95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment