Audit: rearrange audit_context to save 16 bytes per struct
authorEric Paris <eparis@redhat.com>
Fri, 7 Aug 2009 20:54:29 +0000 (16:54 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Sep 2009 07:50:26 +0000 (03:50 -0400)
commit44e51a1b7852bd421ff5303c64dcc5c8524c21ef
tree79005e642ba6a976ed6f561374bdab05e2fda40e
parente08b061ec0fca1f63bb1006bf1edc0556f36d0ae
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 <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/auditsc.c