From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gao feng Subject: [PATCH] Audit: remove duplicate comments Date: Mon, 23 Sep 2013 15:55:44 +0800 Message-ID: <1379922944-26520-1-git-send-email-gaofeng@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: akpm@linux-foundation.org List-Id: linux-audit@redhat.com Remove it. Signed-off-by: Gao feng --- kernel/audit.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index 91e53d0..f94db2a 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) -- 1.8.3.1