From: NeilBrown Date: Fri, 9 Sep 2005 23:23:56 +0000 (-0700) Subject: [PATCH] md: use kthread infrastructure in md X-Git-Tag: v2.6.14-rc1~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6fb0934f923f889055152cb0b033674f627460b;p=pandora-kernel.git [PATCH] md: use kthread infrastructure in md Switch MD to use the kthread infrastructure, to simplify the code and get rid of tasklist_lock abuse in md_unregister_thread. Also don't flush signals in md_thread, as the called thread will always do that. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed