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:
6ce4eac
)
workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
author
Chuansheng Liu
<chuansheng.liu@intel.com>
Sun, 12 Jan 2014 03:26:33 +0000
(22:26 -0500)
committer
Tejun Heo
<tj@kernel.org>
Sun, 12 Jan 2014 03:26:33 +0000
(22:26 -0500)
In case CONFIG_DEBUG_OBJECTS_WORK is defined, it is needed to
call destroy_work_on_stack() which frees the debug object to pair
with INIT_WORK_ONSTACK().
Signed-off-by: Liu, Chuansheng <chuansheng.liu@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found