SELinux: remove avd from selinux_audit_data

We do not use it.  Remove it.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Eric Paris 2012-04-02 13:15:50 -04:00 committed by Linus Torvalds
parent 48c62af68a
commit 7f6a47cf14
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ struct selinux_audit_data {
* comments in avc.c for it's meaning and usage. * comments in avc.c for it's meaning and usage.
*/ */
u32 auditdeny; u32 auditdeny;
struct av_decision *avd;
int result; int result;
}; };