From: Chris Wright Date: Fri, 6 May 2005 14:54:53 +0000 (+0100) Subject: AUDIT: buffer audit msgs directly to skb X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac52f33b6f05fcb91a97124155183b779a4efdf;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed