commit | 4ebc33ceaed98436b19d123de36a7b876efb14e0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Aug 20 12:15:35 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Aug 24 09:51:04 2009 +0200 |
tree | 93f2370c5a799c7705684976650c40acd14b7e09 | |
parent | fde478dc57c7d0b8ca2e03250b6dafa25f7b4f38 [diff] |
sunrpc: use lazy workqueues Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 8f459ab..ce99fe2 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c
@@ -970,7 +970,7 @@ * Create the rpciod thread and wait for it to start. */ dprintk("RPC: creating workqueue rpciod\n"); - wq = create_workqueue("rpciod"); + wq = create_lazy_workqueue("rpciod"); rpciod_workqueue = wq; return rpciod_workqueue != NULL; }