From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:51 +0000 (-0700) Subject: [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup() X-Git-Tag: v2.6.18-rc1~753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7587343bfebc186995ad294e3de0da382eb9bc;p=pandora-kernel.git [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup() Since we no longer need the tasklist_lock for get_task_struct the lookup methods no longer need the tasklist_lock. This just depends on my previous patch that makes get_task_struct() rcu safe. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed