[AF_RXRPC]: Make it possible to merely try to cancel timers from a module
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Apr 2007 22:46:56 +0000 (15:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2007 22:46:56 +0000 (15:46 -0700)
Export try_to_del_timer_sync() for use by the AF_RXRPC module.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/timer.c

index dd6c2c1..b22bd39 100644 (file)
@@ -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