Re: [PATCH] Re: Capabilities-related change in 2.5.40

From: Robert Love (rml@tech9.net)
Date: Wed Oct 02 2002 - 13:10:55 EST


On Wed, 2002-10-02 at 12:44, Chris Wright wrote:

> kernel/sched.c::static inline task_t *find_process_by_pid...
>
> Guess that won't work w/out more changes. Perhaps it's simpler/safer
> to be just be explicit in this case.

>From 2.5.40:

        static inline task_t *find_process_by_pid(pid_t pid)
        {
                return pid ? find_task_by_pid(pid) : current;
        }

should work :)

        Robert Love

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:35 EST