[AUDIT] Requeue messages at head of queue, up to audit_backlog
authorChris Wright <chrisw@osdl.org>
Fri, 29 Apr 2005 16:19:14 +0000 (17:19 +0100)
committer <dwmw2@shinybook.infradead.org> <>
Fri, 29 Apr 2005 16:19:14 +0000 (17:19 +0100)
commit37509e749dc2072e667db806ef24b9e897f61b8a
tree62e8c43ba360a9d0584822b06126284e4db428b8
parentc94c257c88c517f251da273a15c654224c7b6e21
[AUDIT] Requeue messages at head of queue, up to audit_backlog

If netlink_unicast() fails, requeue the skb back at the head of the queue
it just came from, instead of the tail. And do so unless we've exceeded
the audit_backlog limit; not according to some other arbitrary limit.

From: Chris Wright <chrisw@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
kernel/audit.c