selinux: avoid unnecessary avc cache stat hit count
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 May 2011 04:22:53 +0000 (21:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 May 2011 04:22:53 +0000 (21:22 -0700)
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 <torvalds@linux-foundation.org>

No differences found