summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGao feng <gaofeng@cn.fujitsu.com>2013-11-05 16:54:49 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-11-05 16:54:49 +1100
commite653bf0ecde9f7b2ab3a9564241e404401ad14e7 (patch)
tree1e006e12f63cc99739e997f6001b6c2523fe7da3 /kernel
parent1cadf1dec5e6f59a98fb6bd6f64a17e565c4c464 (diff)
kernel/audit.c: remove duplicated comment
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>
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 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)