commit | 9137fb28ac74d05eb66d1d8e6778eaa14e6fed43 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sat Apr 09 21:17:41 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat May 28 18:01:10 2011 +0200 |
tree | d27d1bd1c2fd89b50feafdb04ac868225b69a812 | |
parent | 075e0b00857e166dcc3e39037a1fc5a90acac709 [diff] |
perf: Clean up 'ctx' reference counting Small cleanup to how we refcount in find_get_context(), this also allows us to use put_ctx() to free things instead of using kfree(). Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/20110409192141.719340481@chello.nl Signed-off-by: Ingo Molnar <mingo@elte.hu>