git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044aea9
)
selinux: avoid unnecessary avc cache stat hit count
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 20 May 2011 04:22:53 +0000
(21:22 -0700)
committer
Linus 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