commit | 5ac52f33b6f05fcb91a97124155183b779a4efdf | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@osdl.org> | Fri May 06 15:54:53 2005 +0100 |
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | Fri May 06 15:54:53 2005 +0100 |
tree | 9987d074c840a7afa731660400f4d5a8a8bad973 | |
parent | 8fc6115c2a04099a6e846dc0b2d85cba43821b54 [diff] |
AUDIT: buffer audit msgs directly to skb Drop the use of a tmp buffer in the audit_buffer, and just buffer directly to the skb. All header data that was temporarily stored in the audit_buffer can now be stored directly in the netlink header in the skb. Resize skb as needed. This eliminates the extra copy (and the audit_log_move function which was responsible for copying). Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>