Loading net/rds/threads.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
net/rds/threads.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading