AUDIT: Speed up audit_filter_syscall() for the non-auditable case.
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Wed, 17 Aug 2005 13:49:57 +0000 (14:49 +0100)
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>
Wed, 17 Aug 2005 13:49:57 +0000 (14:49 +0100)
commitc3896495942392f1a792da1cafba7a573cbf6fc2
tree1a042845b7a57118b1eb993b6dacdfe9cca7d440
parent413a1c7520ad6207c9122a749983c500f29e3e32
AUDIT: Speed up audit_filter_syscall() for the non-auditable case.

It was showing up fairly high on profiles even when no rules were set.
Make sure the common path stays as fast as possible.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
kernel/auditsc.c