diff --git a/[refs] b/[refs] index 742ee852dfcc..0177daa1b629 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d688e11007419fd060ae74d8d952a5c4ece735aa +refs/heads/master: 4fbf6e507888da902b02a3c4f5f493fab1071312 diff --git a/trunk/net/sunrpc/sched.c b/trunk/net/sunrpc/sched.c index cace6049e4a5..2b08c3d2f4db 100644 --- a/trunk/net/sunrpc/sched.c +++ b/trunk/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 = create_workqueue("rpciod"); + wq = alloc_workqueue("rpciod", WQ_RESCUER, 0); rpciod_workqueue = wq; return rpciod_workqueue != NULL; }