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:
2eaebdb
)
workqueue: implement current_is_async()
author
Tejun Heo
<tj@kernel.org>
Fri, 18 Jan 2013 22:05:56 +0000
(14:05 -0800)
committer
Tejun Heo
<tj@kernel.org>
Fri, 18 Jan 2013 22:05:56 +0000
(14:05 -0800)
This function queries whether %current is an async worker executing an
async item. This will be used to implement warning on synchronous
request_module() from async workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found