diff options
author | Namhyung Kim <[email protected]> | 2010-10-20 15:57:34 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2010-10-21 17:30:06 +0200 |
commit | 20f33a03f0cf87e51165f7084f697acfb68e865b (patch) | |
tree | 620923847a27c966b6b2030d784cc864e8ed06d3 /tools/perf/util/trace-event-scripting.c | |
parent | dd6414b50fa2b1cd247a8aa8f8bd42414b7453e1 (diff) |
posix-timers: Annotate lock_timer()
lock_timer() conditionally grabs it_lock in case of returning non-NULL
but unlock_timer() releases it unconditionally. This leads sparse to
complain about the lock context imbalance. Rename and wrap lock_timer
using __cond_lock() macro to make sparse happy.
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions