commit | 257313b2a87795e07a0bdf58d0fffbdba8b31051 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 19 21:22:53 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 19 21:22:53 2011 -0700 |
tree | ff5043526b0381cdc1f1f68d3c6f8ed3635e0ddb | |
parent | 044aea9b83614948c98564000db07d1d32b2d29b [diff] |
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 <torvalds@linux-foundation.org>