From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:51 +0000 (-0700) Subject: [PATCH] proc: Remove tasklist_lock from proc_pid_readdir X-Git-Tag: v2.6.18-rc1~754 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454cc105ef690f2a0ba7c6b194d55666b4e918ce;p=pandora-kernel.git [PATCH] proc: Remove tasklist_lock from proc_pid_readdir We don't need the tasklist_lock to safely iterate through processes anymore. This depends on my previous to task patches that make get_task_struct rcu safe, and that make next_task() rcu safe. I haven't gotten first_tid/next_tid yet only because next_thread is missing an rcu_dereference. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed