Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217047
b: refs/heads/master
c: 4fbf6e5
h: refs/heads/master
i:
  217045: b48d09f
  217043: 93f4369
  217039: 0c0f075
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Sep 21, 2010
1 parent 91daafc commit e56db31
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: d688e11007419fd060ae74d8d952a5c4ece735aa
refs/heads/master: 4fbf6e507888da902b02a3c4f5f493fab1071312
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ static int rpciod_start(void)
* Create the rpciod thread and wait for it to start.
*/
dprintk("RPC: creating workqueue rpciod\n");
wq = create_workqueue("rpciod");
wq = alloc_workqueue("rpciod", WQ_RESCUER, 0);
rpciod_workqueue = wq;
return rpciod_workqueue != NULL;
}
Expand Down

0 comments on commit e56db31

Please sign in to comment.