timers: Create detach_if_pending() and use it
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 May 2012 22:08:57 +0000 (22:08 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 6 Jun 2012 11:49:01 +0000 (13:49 +0200)
commitec44bc7acc3687ba6ae8154b4b5a845b70279237
tree56149499de97126be42cfb302a2f1da420dd55c5
parenteea5b5510fc5545d15b69da8e485a7424ae388cf
timers: Create detach_if_pending() and use it

Most callers of detach_timer() have the same pattern around
them. Check whether the timer is pending and eventually updating
base->next_timer.

Create detach_if_pending() and replace the duplicated code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Gilad Ben-Yossef <gilad@benyossef.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/20120525214819.131246037@linutronix.de
kernel/timer.c