diff options
author | Ilya Dryomov <[email protected]> | 2011-10-31 11:07:42 +0200 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-10-31 13:59:23 -0400 |
commit | d631097577f6fe027f4903f62eabced6445d19bf (patch) | |
tree | 42aacb1258942bcf51e4a2893f3303965997902b /lib/cpu-notifier-error-inject.c | |
parent | c752d04066a36ae30b29795f3fa3f536292c1f8c (diff) |
tracing: fix event_subsystem ref counting
Fix a bug introduced by e9dbfae5, which prevents event_subsystem from
ever being released.
Ref_count was added to keep track of subsystem users, not for counting
events. Subsystem is created with ref_count = 1, so there is no need to
increment it for every event, we have nr_events for that. Fix this by
touching ref_count only when we actually have a new user -
subsystem_open().
Cc: [email protected]
Signed-off-by: Ilya Dryomov <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions