attach_pid() with struct pid parameter
authorSukadev Bhattiprolu <sukadev@us.ibm.com>
Fri, 11 May 2007 05:22:58 +0000 (22:22 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 15:29:35 +0000 (08:29 -0700)
commite713d0dab21a68500720e222fa02567fc7dfb14b
treea56f90ce94d9287b73da6db72ed0e73542a70a07
parent4ac24b3ba9016881b11646114bb5cd12cf23edd9
attach_pid() with struct pid parameter

attach_pid() currently takes a pid_t and then uses find_pid() to find the
corresponding struct pid.  Sometimes we already have the struct pid.  We can
then skip find_pid() if attach_pid() were to take a struct pid parameter.

Signed-off-by: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Serge Hallyn <serue@us.ibm.com>
Cc: <containers@lists.osdl.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c
include/linux/pid.h
kernel/exit.c
kernel/fork.c
kernel/pid.c
kernel/sys.c