From e653bf0ecde9f7b2ab3a9564241e404401ad14e7 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Tue, 5 Nov 2013 16:54:49 +1100 Subject: [PATCH] kernel/audit.c: remove duplicated comment Signed-off-by: Gao feng Cc: Casey Schaufler Cc: Richard Guy Briggs Cc: Eric Paris Signed-off-by: Andrew Morton --- kernel/audit.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index 7b0e23a740ce..d10ef9e05154 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -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) -- 2.39.5