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:
543bc6a
)
audit: do not cast audit_rule_data pointers pointlesly
author
Eric Paris
<eparis@redhat.com>
Wed, 2 Apr 2014 19:46:42 +0000
(15:46 -0400)
committer
Eric Paris
<eparis@redhat.com>
Wed, 2 Apr 2014 19:55:14 +0000
(15:55 -0400)
For some sort of legacy support audit_rule is a subset of (and first
entry in) audit_rule_data. We don't actually need or use audit_rule.
We just do a cast from one to the other for no gain what so ever. Stop
the crazy casting.
Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/auditfilter.c
patch
|
blob
|
history
diff --cc
kernel/auditfilter.c
Simple merge