seccomp: Add a seccomp_data parameter secure_computing()
[deliverable/linux.git] / arch / tile / kernel / ptrace.c
index 54e7b723db99252ac2df797cc6f4672e6c45a77f..8c6d2f2fefa3ddc8fee3a646983e110bd030cb33 100644 (file)
@@ -255,7 +255,7 @@ int do_syscall_trace_enter(struct pt_regs *regs)
 {
        u32 work = ACCESS_ONCE(current_thread_info()->flags);
 
-       if (secure_computing() == -1)
+       if (secure_computing(NULL) == -1)
                return -1;
 
        if (work & _TIF_SYSCALL_TRACE) {
This page took 0.026569 seconds and 5 git commands to generate.