commit | d4cf970d0732628d514405c5a975024b9e205b0b | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Apr 04 15:01:42 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Mon Apr 09 12:23:00 2012 -0400 |
tree | 481f90ea13b2cbc8dd77bc934aa91024c1df6587 | |
parent | 602a8dd6ea6abd463bc26310c4a1b44919f88e68 [diff] |
SELinux: move common_audit_data to a noinline slow path function selinux_inode_has_perm is a hot path. Instead of declaring the common_audit_data on the stack move it to a noinline function only used in the rare case we need to send an audit message. Signed-off-by: Eric Paris <eparis@redhat.com>