commit | 07c49417877f8658a6aa0ad9b4e21e4fd4df11b6 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:07 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:16:57 2012 -0500 |
tree | 59a64b96c9f35b8559db4c46b5a43d2d9510c190 | |
parent | 56179a6ec65a56e0279a58e35cb450d38f061b94 [diff] |
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 <eparis@redhat.com>