]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/sched.c
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[~andy/linux] / 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;
 }