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 2e9387b23841..ffb687671da0 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -940,7 +940,7 @@ static int rpciod_start(void)
940 * Create the rpciod thread and wait for it to start. 940 * Create the rpciod thread and wait for it to start.
941 */ 941 */
942 dprintk("RPC: creating workqueue rpciod\n"); 942 dprintk("RPC: creating workqueue rpciod\n");
943 wq = alloc_workqueue("rpciod", WQ_RESCUER, 0); 943 wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM, 0);
944 rpciod_workqueue = wq; 944 rpciod_workqueue = wq;
945 return rpciod_workqueue != NULL; 945 return rpciod_workqueue != NULL;
946} 946}