Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8889
b: refs/heads/master
c: 413a1c7
h: refs/heads/master
i:
  8887: 72d3536
v: v3
  • Loading branch information
David Woodhouse committed Aug 17, 2005
1 parent 7def19a commit 41dd8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 327b6b08d6ab3bf5488120ba02ed2fe06b09efe6
refs/heads/master: 413a1c7520ad6207c9122a749983c500f29e3e32
3 changes: 2 additions & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ void audit_syscall_exit(struct task_struct *tsk, int valid, long return_code)
/* Not having a context here is ok, since the parent may have
* called __put_task_struct. */
if (likely(!context))
return;
goto out;

if (context->in_syscall && context->auditable)
audit_log_exit(context, GFP_KERNEL);
Expand All @@ -1026,6 +1026,7 @@ void audit_syscall_exit(struct task_struct *tsk, int valid, long return_code)
audit_zero_context(context, context->state);
tsk->audit_context = context;
}
out:
put_task_struct(tsk);
}

Expand Down

0 comments on commit 41dd8ae

Please sign in to comment.