From: Eric Paris Date: Tue, 3 Jan 2012 19:23:07 +0000 (-0500) Subject: audit: inline checks for not needing to collect aux records X-Git-Tag: v3.3-rc1~23^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c49417877f8658a6aa0ad9b4e21e4fd4df11b6;p=pandora-kernel.git audit: inline checks for not needing to collect aux records A number of audit hooks make function calls before they determine that auxilary records do not need to be collected. Do those checks as static inlines since the most common case is going to be that records are not needed and we can skip the function call overhead. Signed-off-by: Eric Paris --- Reading git-diff-tree failed