From: Eric Paris Date: Wed, 2 Apr 2014 19:46:42 +0000 (-0400) Subject: audit: do not cast audit_rule_data pointers pointlesly X-Git-Tag: v3.15-rc1~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c4911aedbecc2bdf7940073e85d52b691e2509;p=pandora-kernel.git audit: do not cast audit_rule_data pointers pointlesly For some sort of legacy support audit_rule is a subset of (and first entry in) audit_rule_data. We don't actually need or use audit_rule. We just do a cast from one to the other for no gain what so ever. Stop the crazy casting. Signed-off-by: Eric Paris --- Reading git-diff-tree failed