From: Chris Wright Date: Fri, 6 May 2005 14:54:17 +0000 (+0100) Subject: AUDIT: expand audit tmp buffer as needed X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc6115c2a04099a6e846dc0b2d85cba43821b54;p=pandora-kernel.git AUDIT: expand audit tmp buffer as needed Introduce audit_expand and make the audit_buffer use a dynamic buffer which can be resized. When audit buffer is moved to skb it will not be fragmented across skb's, so we can eliminate the sklist in the audit_buffer. During audit_log_move, we simply copy the full buffer into a single skb, and then audit_log_drain sends it on. Signed-off-by: Chris Wright Signed-off-by: David Woodhouse --- Reading git-diff-tree failed