On Wed, Mar 29, 2017 at 5:11 PM, Paul Moore <[email protected]> wrote: > From: Paul Moore <[email protected]> > > Commit 5b52330bbfe6 ("audit: fix auditd/kernel connection state > tracking") make inlining audit_signal_info() a bit pointless as > it was always calling into auditd_test_task() so let's move > audit_signal_info() into audit.c and get rid of the explicit inline. > > Signed-off-by: Paul Moore <[email protected]> > --- > kernel/audit.c | 64 ++++++++++++++++++++++++++++++++++++++++++ > kernel/audit.h | 31 +++++++++++++------- > kernel/auditsc.c | 82 > ------------------------------------------------------ > 3 files changed, 84 insertions(+), 93 deletions(-)
If I don't see any objections I'll be sending this to Linus later this week (at his request). -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
