aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
diff options
context:
space:
mode:
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 59e599498e37..3fc8624fcd17 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -955,7 +955,7 @@ static int rpciod_start(void)
955 * Create the rpciod thread and wait for it to start. 955 * Create the rpciod thread and wait for it to start.
956 */ 956 */
957 dprintk("RPC: creating workqueue rpciod\n"); 957 dprintk("RPC: creating workqueue rpciod\n");
958 wq = alloc_workqueue("rpciod", WQ_RESCUER, 0); 958 wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 0);
959 rpciod_workqueue = wq; 959 rpciod_workqueue = wq;
960 return rpciod_workqueue != NULL; 960 return rpciod_workqueue != NULL;
961} 961}