Eric Paris b05d8447e7 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 <eparis@redhat.com>
2012-01-17 16:16:56 -05:00
..
2010-09-30 09:43:32 +09:00
2010-01-12 15:22:26 +09:00
2010-06-02 16:31:42 +09:00
2010-11-01 09:49:04 -04:00
2010-11-01 09:49:04 -04:00
2010-10-07 14:08:55 +01:00
2010-06-14 17:06:10 +09:00
2010-04-26 19:08:55 +09:00
2010-11-01 09:49:04 -04:00
2009-09-01 17:38:32 +09:00
2010-06-14 15:16:53 +09:00
2009-03-18 18:57:43 +09:00
2011-12-08 10:22:08 -08:00
2010-01-12 18:42:52 +09:00
2010-02-15 14:49:37 +09:00
2011-07-26 16:49:47 -07:00
2009-03-10 12:55:40 +09:00
2011-11-11 10:58:16 +09:00
2011-11-11 10:58:16 +09:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-10-28 15:03:43 +09:00