diff options
-rw-r--r-- | net/rds/threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/threads.c b/net/rds/threads.c index 2bab9bf07b91..c08c220efac5 100644 --- a/net/rds/threads.c +++ b/net/rds/threads.c | |||
@@ -214,7 +214,7 @@ void rds_threads_exit(void) | |||
214 | 214 | ||
215 | int __init rds_threads_init(void) | 215 | int __init rds_threads_init(void) |
216 | { | 216 | { |
217 | rds_wq = create_workqueue("krdsd"); | 217 | rds_wq = create_singlethread_workqueue("krdsd"); |
218 | if (!rds_wq) | 218 | if (!rds_wq) |
219 | return -ENOMEM; | 219 | return -ENOMEM; |
220 | 220 | ||