Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44616
b: refs/heads/master
c: 0221872
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 15, 2006
1 parent 2a01e95 commit 7cbfd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 701dfbe71903413d10caf2790259bccbabbedcf5
refs/heads/master: 0221872a3b0aa2fa2f3fa60affcbaebd662c4a90
4 changes: 2 additions & 2 deletions trunk/include/linux/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ struct execute_work {
* pending
* @work: The work item in question
*/
#define delayed_work_pending(work) \
test_bit(WORK_STRUCT_PENDING, &(work)->work.management)
#define delayed_work_pending(w) \
work_pending(&(w)->work)

/**
* work_release - Release a work item under execution
Expand Down

0 comments on commit 7cbfd90

Please sign in to comment.