Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 768bbedf authored by Tina Yang's avatar Tina Yang Committed by David S. Miller
Browse files

RDS: Enable per-cpu workqueue threads



Create per-cpu workqueue threads instead of a single
krdsd thread. This is a step towards better scalability.

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 561c7df6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ void rds_threads_exit(void)

int __init rds_threads_init(void)
{
	rds_wq = create_singlethread_workqueue("krdsd");
	rds_wq = create_workqueue("krdsd");
	if (rds_wq == NULL)
		return -ENOMEM;