]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9a07519fcbb2d3d4fe5ded6b6333eb2c91ccb9ca
tree3f08183a4f59075fc3015165183b8ef17cb562a6
parent87366f14b4eab9366c4d623523b9052c5c2f1280
[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