Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
[linux-2.6-block.git] / kernel / seccomp.c
index 811b4a86cdf6b5de2ed39c02d0efa71fd7409d7d..dba52a7db5e80f7caed0df0d1ab88f0c248df09a 100644 (file)
@@ -609,7 +609,7 @@ static void seccomp_send_sigsys(int syscall, int reason)
 {
        struct kernel_siginfo info;
        seccomp_init_siginfo(&info, syscall, reason);
-       force_sig_info(SIGSYS, &info, current);
+       force_sig_info(&info);
 }
 #endif /* CONFIG_SECCOMP_FILTER */