commit | f16009527595ee562308653bc3d0039166d2ab15 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Mar 19 20:26:16 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Apr 06 09:30:16 2009 +0200 |
tree | 1fc6f2e5632bd0b2c624ed106a047d6d2127e59c | |
parent | 4a0deca657f3dbb8a707b5dc8f173beec01e7ed2 [diff] |
perf_counter: fix up counter free paths Impact: fix crash during perfcounters use I found another counter free path, create a free_counter() call to accomodate generic tear-down. Fixes an RCU bug. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Steven Rostedt <rostedt@goodmis.org> Orig-LKML-Reference: <20090319194233.652078652@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>