From: Tetsuo Handa Date: Tue, 22 Apr 2014 12:48:30 +0000 (+0900) Subject: xfrm: Remove useless xfrm_audit struct. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~155^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e71029e2c32ecd59a2e8f351517bfbbad42ac11;p=pandora-kernel.git xfrm: Remove useless xfrm_audit struct. Commit f1370cc4 "xfrm: Remove useless secid field from xfrm_audit." changed "struct xfrm_audit" to have either { audit_get_loginuid(current) / audit_get_sessionid(current) } or { INVALID_UID / -1 } pair. This means that we can represent "struct xfrm_audit" as "bool". This patch replaces "struct xfrm_audit" argument with "bool". Signed-off-by: Tetsuo Handa Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed