From: Chuansheng Liu Date: Sun, 12 Jan 2014 03:26:33 +0000 (-0500) Subject: workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() X-Git-Tag: v3.14-rc1~138^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440a11360326044a9addf1c652a0364aad0be90c;p=pandora-kernel.git workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed