From: Trond Myklebust Date: Wed, 1 Feb 2006 17:18:44 +0000 (-0500) Subject: SUNRPC: rpc_timeout_upcall_queue should not sleep X-Git-Tag: v2.6.16-rc2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9842ef3557abf5ec2fd92bfa6e29ce0e271b3f6e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed