Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327151
b: refs/heads/master
c: 959d1af
h: refs/heads/master
i:
  327149: 8fe290b
  327147: 7620e4e
  327143: cc2a4af
  327135: bb65e8d
v: v3
  • Loading branch information
Tejun Heo committed Aug 3, 2012
1 parent 6db619d commit 72b80f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4283e9378619c14dc3826a6b0527eb5d967ffde
refs/heads/master: 959d1af8cffc8fd38ed53e8be1cf4ab8782f9c00
2 changes: 2 additions & 0 deletions trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,9 @@ __acquires(&gcwq->lock)

spin_unlock_irq(&gcwq->lock);

smp_wmb(); /* paired with test_and_set_bit(PENDING) */
work_clear_pending(work);

lock_map_acquire_read(&cwq->wq->lockdep_map);
lock_map_acquire(&lockdep_map);
trace_workqueue_execute_start(work);
Expand Down

0 comments on commit 72b80f8

Please sign in to comment.