diff options
Diffstat (limited to 'net/sunrpc/sched.c')
| -rw-r--r-- | net/sunrpc/sched.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 128494ec9a6..6357fcb00c7 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -1022,7 +1022,7 @@ static int rpciod_start(void)  	 * Create the rpciod thread and wait for it to start.  	 */  	dprintk("RPC:       creating workqueue rpciod\n"); -	wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 0); +	wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 1);  	rpciod_workqueue = wq;  	return rpciod_workqueue != NULL;  }  |