git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602a8dd
)
SELinux: move common_audit_data to a noinline slow path function
author
Eric Paris
<eparis@redhat.com>
Wed, 4 Apr 2012 19:01:42 +0000
(15:01 -0400)
committer
Eric Paris
<eparis@redhat.com>
Mon, 9 Apr 2012 16:23:00 +0000
(12:23 -0400)
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>
No differences found