1. NAME

__audit_free - free a per-task audit context

2. SYNOPSIS

void __audit_free(struct task_struct *  tsk );

3. ARGUMENTS

tsk
    task whose audit context block to free

4. DESCRIPTION

Called from copy_process and do_exit

5. COPYRIGHT