summaryrefslogtreecommitdiff
path: root/net/sunrpc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 16:43:31 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 16:43:31 +1100
commitf0cf56de34a813b19b7f81c953275b24c8e48366 (patch)
tree57a6a7bad5020c209dcbf3ab52e5ffc562a2fe60 /net/sunrpc
parentf84cbf9bf91974f6098c4e1c2b293462a2b8797d (diff)
parent24d51add7438f9696a7205927bf9de3c5c787a58 (diff)
Merge remote-tracking branch 'workqueues/for-next'
Diffstat (limited to 'net/sunrpc')
-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 243fc09b164e..2841cc6bcfda 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -908,7 +908,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;
}