Skip to content

Commit

Permalink
Audit: remove duplicate comments
Browse files Browse the repository at this point in the history
Remove it.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
  • Loading branch information
Gao feng authored and Eric Paris committed Nov 5, 2013
1 parent b8f89ca commit af0e493
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,13 +1067,6 @@ static void wait_for_auditd(unsigned long sleep_time)
remove_wait_queue(&audit_backlog_wait, &wait);
}

/* Obtain an audit buffer. This routine does locking to obtain the
* audit buffer, but then no locking is required for calls to
* audit_log_*format. If the tsk is a task that is currently in a
* syscall, then the syscall is marked as auditable and an audit record
* will be written at syscall exit. If there is no associated task, tsk
* should be NULL. */

/**
* audit_log_start - obtain an audit buffer
* @ctx: audit_context (may be NULL)
Expand Down

0 comments on commit af0e493

Please sign in to comment.