timer stats: Fix del_timer_sync() and try_to_del_timer_sync()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 11 Mar 2010 22:04:30 +0000 (14:04 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 12 Mar 2010 18:11:29 +0000 (19:11 +0100)
commit829b6c1ef488856c6a46a2f705f5068062d5f34c
tree9433440d8afc11b023231e185ff05db9c9e12ea4
parent80a05b9ffa7dc13f6693902dd8999a2b61a3a0d7
timer stats: Fix del_timer_sync() and try_to_del_timer_sync()

These functions forgot to run timer_stats_timer_clear_start_info().  It's
unobvious what effect this has and whether it matters much - we won't be
printing it out anyway if the timer's detached.

Untested, just an Ingo trollpatch.

[ Nevertheless correct - tglx ]

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: johnstul@us.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/timer.c