On Wed, 2015-02-18 at 22:23 -0500, Paul Moore wrote:
I'd prefer if the audit_log_d_path_exe() helper wasn't a
static inline.
What do you have in mind? At least in code size static inlining wins:
text data bss dec hex filename
14423 284 676 15383 3c17 kernel/audit.o
14407 284 676 15367 3c07 kernel/audit.o-thispatch
14474 284 676 15434 3c4a kernel/audit.o-noninline
Thanks,
Davidlohr