From: Eric Paris Date: Fri, 7 Aug 2009 20:54:29 +0000 (-0400) Subject: Audit: rearrange audit_context to save 16 bytes per struct X-Git-Tag: v2.6.32-rc1~59^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e51a1b7852bd421ff5303c64dcc5c8524c21ef;p=pandora-kernel.git Audit: rearrange audit_context to save 16 bytes per struct pahole pointed out that on x86_64 struct audit_context can be rearrainged to save 16 bytes per struct. Since we have an audit_context per task this can acually be a pretty significant gain. Signed-off-by: Eric Paris Signed-off-by: Al Viro --- Reading git-diff-tree failed