commit | 9842ef3557abf5ec2fd92bfa6e29ce0e271b3f6e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Feb 01 12:18:44 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Feb 01 12:52:24 2006 -0500 |
tree | 03c5059d866eb40956fe01094d9bc1b811d9c4f0 | |
parent | 8a3177604b729ec3b80e43790ee978863ac7551b [diff] |
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: Trond Myklebust <Trond.Myklebust@netapp.com>