Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214456
b: refs/heads/master
c: 80c51be
h: refs/heads/master
v: v3
  • Loading branch information
Zach Brown authored and Andy Grover committed Sep 9, 2010
1 parent b35341a commit 4624595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 515e079dab19cf774d1eec6e5f4ed65509e31ef1
refs/heads/master: 80c51be56ffa257d3177f0d750d90be65d30c22f
2 changes: 1 addition & 1 deletion trunk/net/rds/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void rds_threads_exit(void)

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

Expand Down

0 comments on commit 4624595

Please sign in to comment.