X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpid.c;h=064e76afa507a252f6f4de8aec046f03c6cc62a7;hb=267e2a9c71b8e088ac307f9549f71468e86e26c1;hp=753fd90d9ec1256500c0fb3bad67e06fe2b6e66d;hpb=339caf2a224fc9af0f01686bf287dda32c6efca6;p=linux-2.6-omap-h63xx.git diff --git a/kernel/pid.c b/kernel/pid.c index 753fd90d9ec..064e76afa50 100644 --- a/kernel/pid.c +++ b/kernel/pid.c @@ -309,12 +309,6 @@ struct pid *find_vpid(int nr) } EXPORT_SYMBOL_GPL(find_vpid); -struct pid *find_pid(int nr) -{ - return find_pid_ns(nr, &init_pid_ns); -} -EXPORT_SYMBOL_GPL(find_pid); - /* * attach_pid() must be called with the tasklist_lock write-held. */ @@ -483,7 +477,7 @@ EXPORT_SYMBOL(task_session_nr_ns); /* * Used by proc to find the first pid that is greater then or equal to nr. * - * If there is a pid at nr this function is exactly the same as find_pid. + * If there is a pid at nr this function is exactly the same as find_pid_ns. */ struct pid *find_ge_pid(int nr, struct pid_namespace *ns) {