From: Eric Paris Date: Tue, 3 Jan 2012 19:23:06 +0000 (-0500) Subject: audit: inline audit_syscall_entry to reduce burden on archs X-Git-Tag: v3.3-rc1~23^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05d8447e7821695bc2fa3359431f7a664232743;p=pandora-kernel.git audit: inline audit_syscall_entry to reduce burden on archs Every arch calls: if (unlikely(current->audit_context)) audit_syscall_entry() which requires knowledge about audit (the existance of audit_context) in the arch code. Just do it all in static inline in audit.h so that arch's can remain blissfully ignorant. Signed-off-by: Eric Paris --- Reading git-diff-tree failed