From: Linus Torvalds Date: Fri, 20 May 2011 04:22:53 +0000 (-0700) Subject: selinux: avoid unnecessary avc cache stat hit count X-Git-Tag: v3.0-rc1~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257313b2a87795e07a0bdf58d0fffbdba8b31051;p=pandora-kernel.git selinux: avoid unnecessary avc cache stat hit count There is no point in counting hits - we can calculate it from the number of lookups and misses. This makes the avc statistics a bit smaller, and makes the code generation better too. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed