X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=security%2Flsm_audit.c;h=908aa712816ac25bcb73fe22e6e704bd669d7566;hb=2c02dfe7fe3fba97a5665d329d039d2415ea5607;hp=893365b79a292dac685f344100460d057265be86;hpb=36dbe2fc5534291d261a4c63033232aa2f60c2a9;p=karo-tx-linux.git diff --git a/security/lsm_audit.c b/security/lsm_audit.c index 893365b79a29..908aa712816a 100644 --- a/security/lsm_audit.c +++ b/security/lsm_audit.c @@ -221,7 +221,7 @@ static void dump_common_audit_data(struct audit_buffer *ab, } switch (a->type) { - case LSM_AUDIT_NO_AUDIT: + case LSM_AUDIT_DATA_NONE: return; case LSM_AUDIT_DATA_IPC: audit_log_format(ab, " key=%d ", a->u.ipc_id);