workqueue: update debugobjects fixup callbacks return type
[deliverable/linux.git] / kernel / auditsc.c
index 71e14d836e69f84d4e53e52a8e9d7280914f930a..62ab53d7619cfb249154276e40a38d1e69a906f6 100644 (file)
@@ -2416,8 +2416,8 @@ void __audit_seccomp(unsigned long syscall, long signr, int code)
                return;
        audit_log_task(ab);
        audit_log_format(ab, " sig=%ld arch=%x syscall=%ld compat=%d ip=0x%lx code=0x%x",
-                        signr, syscall_get_arch(), syscall, is_compat_task(),
-                        KSTK_EIP(current), code);
+                        signr, syscall_get_arch(), syscall,
+                        in_compat_syscall(), KSTK_EIP(current), code);
        audit_log_end(ab);
 }
 
This page took 0.039523 seconds and 5 git commands to generate.