perfcounters: fix refcounting bug
authorMike Galbraith <efault@gmx.de>
Thu, 29 Jan 2009 13:06:52 +0000 (14:06 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:25:23 +0000 (14:25 +0100)
don't kfree in use counters.

Running...

while true; do perfstat -e 1 -c true; done

...on all cores for a while doesn't seem to be eating ram, and my oops
is gone.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found