projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7318226
)
[AF_RXRPC]: Make it possible to merely try to cancel timers from a module
author
David Howells
<dhowells@redhat.com>
Thu, 26 Apr 2007 22:46:56 +0000
(15:46 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/kernel/timer.c
b/kernel/timer.c
index
dd6c2c1
..
b22bd39
100644
(file)
--- 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