[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080128135705.29e85878.akpm@linux-foundation.org>
Date: Mon, 28 Jan 2008 13:57:05 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: ebiederm@...ssion.com (Eric W. Biederman)
Cc: xemul@...nvz.org, vinay@...ux.vnet.ibm.com,
linux-kernel@...r.kernel.org, libc-alpha@...rceware.org,
drepper@...hat.com, wli@...omorphy.com, sripathik@...ibm.com
Subject: Re: [RFC] Per-thread getrusage
On Mon, 28 Jan 2008 13:43:02 -0700
ebiederm@...ssion.com (Eric W. Biederman) wrote:
> Pavel Emelyanov <xemul@...nvz.org> writes:
> >> ...
> >> +asmlinkage long sys_thread_getrusage(int tid, struct rusage __user *ru)
> >> +{
> >> + struct task_struct *tsk;
> >> + tsk = find_task_by_pid(tid);
> >> + return getrusage(tsk, RUSAGE_THREAD, ru);
> >> +}
> >
> > Well, the find_task_by_pid() is really wrong here.
>
> And find_task_by_pid should probably just be removed.
That's what I was thinking.
> No need to provide function with the gun firmly pointed at our feet....
It still has a disturbingly large number of callers.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists