]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/audit_fsnotify.c
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
[linux.git] / kernel / audit_fsnotify.c
index cf4512a33675834b0389519b69db6d3c7d6ed0ad..37ae95cfb7f45aa8ce2a8eb92cb15f15dc4eddc6 100644 (file)
@@ -127,7 +127,7 @@ static void audit_mark_log_rule_change(struct audit_fsnotify_mark *audit_mark, c
 
        if (!audit_enabled)
                return;
-       ab = audit_log_start(NULL, GFP_NOFS, AUDIT_CONFIG_CHANGE);
+       ab = audit_log_start(audit_context(), GFP_NOFS, AUDIT_CONFIG_CHANGE);
        if (unlikely(!ab))
                return;
        audit_log_session_info(ab);