audit: Remove leftover reference to the audit_tasklet
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 15 Jan 2021 00:12:01 +0000 (16:12 -0800)
committerPaul Moore <paul@paul-moore.com>
Fri, 15 Jan 2021 16:58:10 +0000 (11:58 -0500)
This was replaced with a kauditd_wait kthread long ago,
back in:

     b7d1125817c (AUDIT: Send netlink messages from a separate kernel thread)

Update the stale comment.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.c

index 0bc0b20c6c045f09dc448b0ac40a2eb1782e364b..551a394bc8f4277710da2f56525198c97695602b 100644 (file)
@@ -2365,7 +2365,7 @@ int audit_signal_info(int sig, struct task_struct *t)
  *
  * We can not do a netlink send inside an irq context because it blocks (last
  * arg, flags, is not set to MSG_DONTWAIT), so the audit buffer is placed on a
- * queue and a tasklet is scheduled to remove them from the queue outside the
+ * queue and a kthread is scheduled to remove them from the queue outside the
  * irq context.  May be called in any context.
  */
 void audit_log_end(struct audit_buffer *ab)