commit | 04148b73b89d49fe0fe201bcee395e51f7d637ce | [log] [tgz] |
---|---|---|
author | Joe Korty <joe.korty@ccur.com> | Mon Aug 25 17:16:23 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Aug 26 10:37:47 2008 +0200 |
tree | ba55c40dcd5ef2c5e42914a48acf45d1625d670b | |
parent | 2189459d25a47401c69a17794c9d390c890351f9 [diff] |
lockstat: repair erronous contention statistics Fix bad contention counting in /proc/lock_stat. /proc/lockstat tries to gather per-ip contention statistics per-lock. This was failing due to a garbage per-ip index selector being used. Signed-off-by: Ingo Molnar <mingo@elte.hu>