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 59e599498e3..3fc8624fcd1 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -955,7 +955,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_RESCUER, 0); +	wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 0);  	rpciod_workqueue = wq;  	return rpciod_workqueue != NULL;  }  |