commit | 2eaebdb33e1911c0cf3d44fd3596c42c6f502fab | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Jan 18 14:05:55 2013 -0800 |
committer | Tejun Heo <tj@kernel.org> | Fri Jan 18 14:05:55 2013 -0800 |
tree | 240924aae7c1ce31dc850a290ef53e268f071ebd | |
parent | ea138446e51f7bfe55cdeffa3f1dd9cafc786bd8 [diff] |
workqueue: move struct worker definition to workqueue_internal.h 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>