nfsd: allow more than one laundry job to run at a time
[firefly-linux-kernel-4.4.55.git] / fs / nfsd / nfs4state.c
index c0c47a878cc61ffb8a33495b5b002d169f2c6359..af88d1d7ccae526749be6e8ebacff9c8cc844ae7 100644 (file)
@@ -6598,7 +6598,7 @@ nfs4_state_start(void)
        ret = set_callback_cred();
        if (ret)
                return -ENOMEM;
-       laundry_wq = create_singlethread_workqueue("nfsd4");
+       laundry_wq = alloc_workqueue("%s", WQ_UNBOUND, 0, "nfsd4");
        if (laundry_wq == NULL) {
                ret = -ENOMEM;
                goto out_recovery;