Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327195
b: refs/heads/master
c: 70369b1
h: refs/heads/master
i:
  327193: c5eca92
  327191: c937ad2
v: v3
  • Loading branch information
Lai Jiangshan authored and Tejun Heo committed Sep 19, 2012
1 parent d651e61 commit 918c554
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: 9f4bd4cddbb50d7617353102e10ce511c5ef6df2
refs/heads/master: 70369b117a8fc5ac18a635ced23ee49f8e722e7b
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -3413,7 +3413,7 @@ void workqueue_set_max_active(struct workqueue_struct *wq, int max_active)

if (!(wq->flags & WQ_FREEZABLE) ||
!(gcwq->flags & GCWQ_FREEZING))
get_cwq(gcwq->cpu, wq)->max_active = max_active;
cwq_set_max_active(get_cwq(gcwq->cpu, wq), max_active);

spin_unlock_irq(&gcwq->lock);
}
Expand Down

0 comments on commit 918c554

Please sign in to comment.