Skip to content
Snippets Groups Projects
Commit 9842ef35 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: rpc_timeout_upcall_queue should not sleep


 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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 8a317760
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment