From: Stefan Richter Date: Mon, 3 Jul 2006 16:02:35 +0000 (-0400) Subject: [PATCH] ieee1394: nodemgr: switch to kthread api, replace reset semaphore X-Git-Tag: v2.6.19-rc1~644^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f119fe319528da8c76a1107459d6f478cbf28c;p=pandora-kernel.git [PATCH] ieee1394: nodemgr: switch to kthread api, replace reset semaphore Convert nodemgr's host thread from kernel_thread to kthread and its sleep/restart mechanism from a counting semaphore to a schedule()/ wake_up_process() scheme. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed