diff options
Diffstat (limited to 'kernel/audit_fsnotify.c')
-rw-r--r-- | kernel/audit_fsnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_fsnotify.c b/kernel/audit_fsnotify.c index cf4512a33675..37ae95cfb7f4 100644 --- a/kernel/audit_fsnotify.c +++ b/kernel/audit_fsnotify.c | |||
@@ -127,7 +127,7 @@ static void audit_mark_log_rule_change(struct audit_fsnotify_mark *audit_mark, c | |||
127 | 127 | ||
128 | if (!audit_enabled) | 128 | if (!audit_enabled) |
129 | return; | 129 | return; |
130 | ab = audit_log_start(NULL, GFP_NOFS, AUDIT_CONFIG_CHANGE); | 130 | ab = audit_log_start(audit_context(), GFP_NOFS, AUDIT_CONFIG_CHANGE); |
131 | if (unlikely(!ab)) | 131 | if (unlikely(!ab)) |
132 | return; | 132 | return; |
133 | audit_log_session_info(ab); | 133 | audit_log_session_info(ab); |