commit | 44e51a1b7852bd421ff5303c64dcc5c8524c21ef | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Aug 07 16:54:29 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 24 03:50:26 2009 -0400 |
tree | 79005e642ba6a976ed6f561374bdab05e2fda40e | |
parent | e08b061ec0fca1f63bb1006bf1edc0556f36d0ae [diff] |
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>