commit | 37509e749dc2072e667db806ef24b9e897f61b8a | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@osdl.org> | Fri Apr 29 17:19:14 2005 +0100 |
committer | <dwmw2@shinybook.infradead.org> | Fri Apr 29 17:19:14 2005 +0100 |
tree | 62e8c43ba360a9d0584822b06126284e4db428b8 | |
parent | c94c257c88c517f251da273a15c654224c7b6e21 [diff] |
[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>