Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perfcounters: release CPU context when exiting task counters
If counters are exiting via do_exit() not via filp close, then the CPU context needs to be released - otherwise future percpu counter creations might fail. Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information