Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350301
b: refs/heads/master
c: 1dd6381
h: refs/heads/master
i:
  350299: 60c19ee
v: v3
  • Loading branch information
Tejun Heo committed Feb 14, 2013
1 parent 4954178 commit 92b7b9e
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: 8594fade39d3ad02ef856b8c53b5d7cc538a55f5
refs/heads/master: 1dd638149f1f9d7d7dbb32591d5c7c2a0ea36264
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ static bool is_chained_work(struct workqueue_struct *wq)
unsigned long flags;
unsigned int cpu;

for_each_wq_cpu(cpu) {
for_each_cwq_cpu(cpu, wq) {
struct cpu_workqueue_struct *cwq = get_cwq(cpu, wq);
struct worker_pool *pool = cwq->pool;
struct worker *worker;
Expand Down

0 comments on commit 92b7b9e

Please sign in to comment.