From: Eric Paris Date: Wed, 4 Apr 2012 19:01:42 +0000 (-0400) Subject: SELinux: move common_audit_data to a noinline slow path function X-Git-Tag: v3.5-rc1~161^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cf970d0732628d514405c5a975024b9e205b0b;p=pandora-kernel.git SELinux: move common_audit_data to a noinline slow path function selinux_inode_has_perm is a hot path. Instead of declaring the common_audit_data on the stack move it to a noinline function only used in the rare case we need to send an audit message. Signed-off-by: Eric Paris --- Reading git-diff-tree failed