From: Thomas Gleixner Date: Sun, 23 Mar 2014 14:20:44 +0000 (+0000) Subject: workqueue: Provide destroy_delayed_work_on_stack() X-Git-Tag: v3.15-rc1~153^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2e64f280d2a34a8ed9ae3d783cd770d14b70ec;p=pandora-kernel.git workqueue: Provide destroy_delayed_work_on_stack() If a delayed or deferrable work is on stack we need to tell debug objects that we are destroying the timer and the work. Otherwise we leak the tracking object. Signed-off-by: Thomas Gleixner Cc: Vince Weaver Acked-by: Tejun Heo Link: http://lkml.kernel.org/r/20140323141939.911487677@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed