aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2013-03-19 00:09:40 -0700
committerEric Paris <eparis@redhat.com>2013-11-05 11:09:20 -0500
commitbd131fb1aa5e4cd879f89aef30f4f7cde6d4b409 (patch)
tree82295398fc1df20d919547067801c6f5a39b8dd1 /kernel/auditsc.c
parentaudit: do not reject all AUDIT_INODE filter types (diff)
downloadlinux-dev-bd131fb1aa5e4cd879f89aef30f4f7cde6d4b409.tar.xz
linux-dev-bd131fb1aa5e4cd879f89aef30f4f7cde6d4b409.zip
audit: Kill the unused struct audit_aux_data_capset
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> (cherry picked from ebiederman commit 6904431d6b41190e42d6b94430b67cb4e7e6a4b7) Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r--kernel/auditsc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 065c7a14935e..c7b97aa70c6a 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -121,12 +121,6 @@ struct audit_aux_data_bprm_fcaps {
struct audit_cap_data new_pcap;
};
-struct audit_aux_data_capset {
- struct audit_aux_data d;
- pid_t pid;
- struct audit_cap_data cap;
-};
-
struct audit_tree_refs {
struct audit_tree_refs *next;
struct audit_chunk *c[31];