[PATCH] proc: Use struct pid not struct task_ref
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 26 Jun 2006 07:25:56 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:26 +0000 (09:58 -0700)
commit13b41b09491e5d75e8027dca1ee78f5e073bc4c0
tree3f08183a4f59075fc3015165183b8ef17cb562a6
parent99f895518368252ba862cc15ce4eb98ebbe1bec6
[PATCH] proc: Use struct pid not struct task_ref

Incrementally update my proc-dont-lock-task_structs-indefinitely patches so
that they work with struct pid instead of struct task_ref.

Mostly this is a straight 1-1 substitution.

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>
fs/proc/base.c
fs/proc/inode.c
fs/proc/internal.h
fs/proc/task_mmu.c
include/linux/proc_fs.h
kernel/cpuset.c