]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sunrpc/sched.c
xps: Transmit Packet Steering
[net-next-2.6.git] / net / sunrpc / sched.c
index aa5dbda6608cab75db59c6305ddbf38ac6cc4ade..243fc09b164e81865a902015f18bd87313413167 100644 (file)
@@ -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;
 }