From: Christoph Hellwig Date: Fri, 24 Mar 2006 11:18:33 +0000 (-0800) Subject: [PATCH] deprecate the tasklist_lock export X-Git-Tag: v2.6.17-rc1~877 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de62a97ef576a1f6b5013139ded9893226375bbb;p=pandora-kernel.git [PATCH] deprecate the tasklist_lock export Drivers have no business looking at the task list and thus using this lock. The only possibly modular users left are: arch/ia64/kernel/mca.c drivers/edac/edac_mc.c fs/binfmt_elf.c which I'll send out fixes for soon. Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed