commit | a4ff8dba7d8ce5ceb43fb27df66292251cc73bdc | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:07 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:16:58 2012 -0500 |
tree | 2c89a0a7a7dad853a2c2ec70417ef2f3f5a04fd4 | |
parent | 38cdce53daa0408a61fe6d86fe48f31515c9b840 [diff] [blame] |
audit: inline audit_free to simplify the look of generic code make the conditional a static inline instead of doing it in generic code. Signed-off-by: Eric Paris <eparis@redhat.com>
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index e1062f6..7aaeb38 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c
@@ -1594,7 +1594,7 @@ * * Called from copy_process and do_exit */ -void audit_free(struct task_struct *tsk) +void __audit_free(struct task_struct *tsk) { struct audit_context *context;