git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a31776
)
SUNRPC: rpc_timeout_upcall_queue should not sleep
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:18:44 +0000
(12:18 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:52:24 +0000
(12:52 -0500)
The function rpc_timeout_upcall_queue runs from a workqueue, and hence
sleeping is not recommended. Convert the protection of the upcall queue
from being mutex-based to being spinlock-based.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found