From: Eric Paris Date: Thu, 12 Feb 2009 19:50:59 +0000 (-0500) Subject: SELinux: code readability with avc_cache X-Git-Tag: v2.6.30-rc1~679^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf3d1aecd0d608acbd561b0c527e1d41abcb657;p=pandora-kernel.git SELinux: code readability with avc_cache The code making use of struct avc_cache was not easy to read thanks to liberal use of &avc_cache.{slots_lock,slots}[hvalue] throughout. This patch simply creates local pointers and uses those instead of the long global names. Signed-off-by: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed