summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
diff options
context:
space:
mode:
authorTrond Myklebust2006-03-20 19:44:08 +0100
committerTrond Myklebust2006-03-20 19:44:08 +0100
commit24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08 (patch)
tree8bb08d685a2f4a64a235561498f9113182b411dc /net/sunrpc/sched.c
parentSUNRPC: Auto-load RPC authentication kernel modules (diff)
downloadkernel-qcow2-linux-24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08.tar.gz
kernel-qcow2-linux-24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08.tar.xz
kernel-qcow2-linux-24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08.zip
SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r--net/sunrpc/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
index e838d042f7f5..1b74420d1603 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -64,7 +64,7 @@ static LIST_HEAD(all_tasks);
*/
static DECLARE_MUTEX(rpciod_sema);
static unsigned int rpciod_users;
-static struct workqueue_struct *rpciod_workqueue;
+struct workqueue_struct *rpciod_workqueue;
/*
* Spinlock for other critical sections of code.