Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375667
b: refs/heads/master
c: ad7b1f8
h: refs/heads/master
i:
  375665: bb8e58a
  375663: b4c31e9
v: v3
  • Loading branch information
Marc Dionne authored and Tejun Heo committed May 14, 2013
1 parent 019c1a8 commit ae9f4cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8f174b1175a10903ade40f36eb6c896412877ca0
refs/heads/master: ad7b1f841f8a54c6d61ff181451f55b68175e15a
6 changes: 3 additions & 3 deletions trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
static struct workqueue_attrs *unbound_std_wq_attrs[NR_STD_WORKER_POOLS];

struct workqueue_struct *system_wq __read_mostly;
EXPORT_SYMBOL_GPL(system_wq);
EXPORT_SYMBOL(system_wq);
struct workqueue_struct *system_highpri_wq __read_mostly;
EXPORT_SYMBOL_GPL(system_highpri_wq);
struct workqueue_struct *system_long_wq __read_mostly;
Expand Down Expand Up @@ -1411,7 +1411,7 @@ bool queue_work_on(int cpu, struct workqueue_struct *wq,
local_irq_restore(flags);
return ret;
}
EXPORT_SYMBOL_GPL(queue_work_on);
EXPORT_SYMBOL(queue_work_on);

void delayed_work_timer_fn(unsigned long __data)
{
Expand Down Expand Up @@ -1485,7 +1485,7 @@ bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq,
local_irq_restore(flags);
return ret;
}
EXPORT_SYMBOL_GPL(queue_delayed_work_on);
EXPORT_SYMBOL(queue_delayed_work_on);

/**
* mod_delayed_work_on - modify delay of or queue a delayed work on specific CPU
Expand Down

0 comments on commit ae9f4cc

Please sign in to comment.