Commit e19dff1fdd99a25819af74cf0710e147fff4fd3a

Authored by David Howells
Committed by David S. Miller
1 parent 7318226ea2

[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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -505,6 +505,8 @@
505 505 return ret;
506 506 }
507 507  
  508 +EXPORT_SYMBOL(try_to_del_timer_sync);
  509 +
508 510 /**
509 511 * del_timer_sync - deactivate a timer and wait for the handler to finish.
510 512 * @timer: the timer to be deactivated