Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_ta…
…sk_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 <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information