|
@@ -908,7 +908,7 @@ static int rpciod_start(void)
|
|
* Create the rpciod thread and wait for it to start.
|
|
* Create the rpciod thread and wait for it to start.
|
|
*/
|
|
*/
|
|
dprintk("RPC: creating workqueue rpciod\n");
|
|
dprintk("RPC: creating workqueue rpciod\n");
|
|
- wq = alloc_workqueue("rpciod", WQ_RESCUER, 0);
|
|
|
|
|
|
+ wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 0);
|
|
rpciod_workqueue = wq;
|
|
rpciod_workqueue = wq;
|
|
return rpciod_workqueue != NULL;
|
|
return rpciod_workqueue != NULL;
|
|
}
|
|
}
|