Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350304
b: refs/heads/master
c: 1438ade
h: refs/heads/master
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Tejun Heo committed Feb 19, 2013
1 parent f85a831 commit 7fa2f82
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: 112202d9098aae2c36436e5178c0cf3ced423c7b
refs/heads/master: 1438ade5670b56d5386c220e1ad4b5a824a1e585
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ void delayed_work_timer_fn(unsigned long __data)
/* should have been called from irqsafe timer with irq already off */
__queue_work(dwork->cpu, dwork->wq, &dwork->work);
}
EXPORT_SYMBOL_GPL(delayed_work_timer_fn);
EXPORT_SYMBOL(delayed_work_timer_fn);

static void __queue_delayed_work(int cpu, struct workqueue_struct *wq,
struct delayed_work *dwork, unsigned long delay)
Expand Down

0 comments on commit 7fa2f82

Please sign in to comment.