Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e19dff1f authored by David Howells's avatar David Howells Committed by David S. Miller
Browse files

[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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7318226e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -505,6 +505,8 @@ out:
	return ret;
	return ret;
}
}


EXPORT_SYMBOL(try_to_del_timer_sync);

/**
/**
 * del_timer_sync - deactivate a timer and wait for the handler to finish.
 * del_timer_sync - deactivate a timer and wait for the handler to finish.
 * @timer: the timer to be deactivated
 * @timer: the timer to be deactivated