Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365529
b: refs/heads/master
c: 6a092df
h: refs/heads/master
i:
  365527: 96dfe00
v: v3
  • Loading branch information
Lai Jiangshan authored and Tejun Heo committed Mar 20, 2013
1 parent cb5f9b7 commit efdca87
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: 12ee4fc67c00895b3d740297f7ca447239c1983b
refs/heads/master: 6a092dfd51e5af9b321d683d4b4eddc79e2606ed
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -3936,7 +3936,7 @@ bool current_is_workqueue_rescuer(void)
{
struct worker *worker = current_wq_worker();

return worker && worker == worker->current_pwq->wq->rescuer;
return worker && worker->rescue_wq;
}

/**
Expand Down

0 comments on commit efdca87

Please sign in to comment.