From: Richard Guy Briggs Date: Wed, 26 Mar 2014 11:26:47 +0000 (-0400) Subject: audit: use union for audit_field values since they are mutually exclusive X-Git-Tag: fixes-against-v3.18-rc2~31^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219ca39427bf6c46c4e1473493e33bc00635e99b;p=pandora-kernel.git audit: use union for audit_field values since they are mutually exclusive Since only one of val, uid, gid and lsm* are used at any given time, combine them to reduce the size of the struct audit_field. Signed-off-by: Richard Guy Briggs --- Reading git-diff-tree failed