git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70369b1
)
workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()
author
Tejun Heo
<tj@kernel.org>
Thu, 20 Sep 2012 17:03:19 +0000
(10:03 -0700)
committer
Tejun Heo
<tj@kernel.org>
Thu, 20 Sep 2012 17:03:19 +0000
(10:03 -0700)
e0aecdd874
("workqueue: use irqsafe timer for delayed_work") made
try_to_grab_pending() safe to use from irq context but forgot to
remove WARN_ON_ONCE(in_irq()). Remove it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
No differences found