We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2275cde commit 90ea9f1Copy full SHA for 90ea9f1
net/sunrpc/sched.c
@@ -1109,7 +1109,7 @@ static int rpciod_start(void)
1109
goto out_failed;
1110
rpciod_workqueue = wq;
1111
/* Note: highpri because network receive is latency sensitive */
1112
- wq = alloc_workqueue("xprtiod", WQ_MEM_RECLAIM | WQ_HIGHPRI, 0);
+ wq = alloc_workqueue("xprtiod", WQ_UNBOUND|WQ_MEM_RECLAIM|WQ_HIGHPRI, 0);
1113
if (!wq)
1114
goto free_rpciod;
1115
xprtiod_workqueue = wq;
0 commit comments