aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorGao feng <gaofeng@cn.fujitsu.com>2013-09-23 03:55:44 -0400
committerEric Paris <eparis@redhat.com>2013-11-05 11:07:14 -0500
commitaf0e493d304262162dcc0e0b39ee47b12461d003 (patch)
tree907a7129a5dfd400208cda0182fda93f656a1d10 /kernel
parentb8f89caafeb55fba75b74bea25adc4e4cd91be67 (diff)
Audit: remove duplicate comments
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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 90699650ee4b..02b1b7875c92 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1067,13 +1067,6 @@ static void wait_for_auditd(unsigned long sleep_time)
1067 remove_wait_queue(&audit_backlog_wait, &wait); 1067 remove_wait_queue(&audit_backlog_wait, &wait);
1068} 1068}
1069 1069
1070/* Obtain an audit buffer. This routine does locking to obtain the
1071 * audit buffer, but then no locking is required for calls to
1072 * audit_log_*format. If the tsk is a task that is currently in a
1073 * syscall, then the syscall is marked as auditable and an audit record
1074 * will be written at syscall exit. If there is no associated task, tsk
1075 * should be NULL. */
1076
1077/** 1070/**
1078 * audit_log_start - obtain an audit buffer 1071 * audit_log_start - obtain an audit buffer
1079 * @ctx: audit_context (may be NULL) 1072 * @ctx: audit_context (may be NULL)