dect
/
linux-2.6
Archived
13
0
Fork 0

[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 <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David Howells 2007-04-26 15:46:56 -07:00 committed by David S. Miller
parent 7318226ea2
commit e19dff1fdd
1 changed files with 2 additions and 0 deletions

View 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