diff options
Diffstat (limited to 'net/rds/threads.c')
-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 c08c220efac..0fd90f8c5f5 100644 --- a/net/rds/threads.c +++ b/net/rds/threads.c | |||
@@ -212,7 +212,7 @@ void rds_threads_exit(void) | |||
212 | destroy_workqueue(rds_wq); | 212 | destroy_workqueue(rds_wq); |
213 | } | 213 | } |
214 | 214 | ||
215 | int __init rds_threads_init(void) | 215 | int rds_threads_init(void) |
216 | { | 216 | { |
217 | rds_wq = create_singlethread_workqueue("krdsd"); | 217 | rds_wq = create_singlethread_workqueue("krdsd"); |
218 | if (!rds_wq) | 218 | if (!rds_wq) |