diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 2f9266406afc3d88d62a001250c9f10152ebcc0a..2ff814272dcfc343066f99c6d83c04ad7c3360d7 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -1493,7 +1493,7 @@ static int nfsiod_start(void) { struct workqueue_struct *wq; dprintk("RPC: creating workqueue nfsiod\n"); - wq = create_singlethread_workqueue("nfsiod"); + wq = alloc_workqueue("nfsiod", WQ_RESCUER, 0); if (wq == NULL) return -ENOMEM; nfsiod_workqueue = wq;