Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350270
b: refs/heads/master
c: 023f27d
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Dec 19, 2012
1 parent 8046f6a commit 569f937
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: a2c1c57be8d9fd5b716113c8991d3d702eeacf77
refs/heads/master: 023f27d3d6fcc9048754d879fe5e7d63402a5b16
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ __acquires(&gcwq->lock)

/* claim and dequeue */
debug_work_deactivate(work);
hash_add(gcwq->busy_hash, &worker->hentry, (unsigned long)worker);
hash_add(gcwq->busy_hash, &worker->hentry, (unsigned long)work);
worker->current_work = work;
worker->current_func = work->func;
worker->current_cwq = cwq;
Expand Down

0 comments on commit 569f937

Please sign in to comment.