From: Ralf Baechle Date: Wed, 3 Dec 2008 16:33:17 +0000 (+0000) Subject: MIPS: o32: Fix number of arguments to splice(2). X-Git-Tag: v2.6.28-rc8~61^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d30879a6d3ce399f48def7c494853b5b5f2062;p=pandora-kernel.git 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 --- Reading git-diff-tree failed