From: Yong Zhang Date: Wed, 22 Dec 2010 09:27:53 +0000 (+0100) Subject: kthread_work: make lockdep happy X-Git-Tag: v2.6.37-rc8~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f32e9b1f812fd6c00cc85a127583fefbdedaedc;p=pandora-kernel.git kthread_work: make lockdep happy spinlock in kthread_worker and wait_queue_head in kthread_work both should be lockdep sensible, so change the interface to make it suiltable for CONFIG_LOCKDEP. tj: comment update Reported-by: Nicolas Signed-off-by: Yong Zhang Signed-off-by: Andy Walls Tested-by: Andy Walls Cc: Tejun Heo Cc: Andrew Morton Signed-off-by: Tejun Heo --- Reading git-diff-tree failed