diff options
| author | Steven Rostedt <[email protected]> | 2009-04-20 13:32:44 -0400 |
|---|---|---|
| committer | Steven Rostedt <[email protected]> | 2009-04-20 13:32:44 -0400 |
| commit | e395898e98119085f666febbc7b631dd69bc637f (patch) | |
| tree | aa10e8a7c79c30c74db67bae6a9aa65201839065 /include/linux | |
| parent | 17487bfeb6cfb05920e6a9d5a54f345f2917b4e7 (diff) | |
tracing: remove recursive test from ring_buffer_event_discard
The ring_buffer_event_discard is not tied to ring_buffer_lock_reserve.
It can be called inside or outside the reserve/commit. Even if it
is called inside the reserve/commit the commit part must also be called.
Only ring_buffer_discard_commit can be used as a replacement for
ring_buffer_unlock_commit.
This patch removes the trace_recursive_unlock from ring_buffer_event_discard
since it would be the wrong place to do so.
[Impact: prevent breakage in trace recursive testing ]
Cc: Frederic Weisbecker <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions