From: David Howells Date: Thu, 26 Apr 2007 22:46:56 +0000 (-0700) Subject: [AF_RXRPC]: Make it possible to merely try to cancel timers from a module X-Git-Tag: v2.6.22-rc1~1128^2~29 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e19dff1fdd99a25819af74cf0710e147fff4fd3a;p=linux-2.6-omap-h63xx.git [AF_RXRPC]: Make it possible to merely try to cancel timers from a module Export try_to_del_timer_sync() for use by the AF_RXRPC module. Signed-off-by: David Howells Signed-off-by: David S. Miller --- diff --git a/kernel/timer.c b/kernel/timer.c index dd6c2c1c561..b22bd39740d 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -505,6 +505,8 @@ out: return ret; } +EXPORT_SYMBOL(try_to_del_timer_sync); + /** * del_timer_sync - deactivate a timer and wait for the handler to finish. * @timer: the timer to be deactivated