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:
ea13844
)
workqueue: move struct worker definition to workqueue_internal.h
author
Tejun Heo
<tj@kernel.org>
Fri, 18 Jan 2013 22:05:55 +0000
(14:05 -0800)
committer
Tejun Heo
<tj@kernel.org>
Fri, 18 Jan 2013 22:05:55 +0000
(14:05 -0800)
This will be used to implement an inline function to query whether
%current is a workqueue worker and, if so, allow determining which
work item it's executing.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
No differences found