]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kernel/audit.c: remove duplicated comment
authorGao feng <gaofeng@cn.fujitsu.com>
Tue, 5 Nov 2013 05:54:49 +0000 (16:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:54:49 +0000 (16:54 +1100)
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Cc: Casey Schaufler <casey@schaufler-ca.com>
Cc: Richard Guy Briggs <rgb@redhat.com>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/audit.c

index 7b0e23a740ce345987c33f9e012302c24de0f4db..d10ef9e0515458bfb6027c679f19758f69d2c36d 100644 (file)
@@ -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)