Re: [patch 1/4] fs, proc: Introduce /proc/<pid>/task/<tid>/childrenentry v8

From: Cyrill Gorcunov
Date: Wed Jan 25 2012 - 01:55:55 EST


On Tue, Jan 24, 2012 at 06:11:21PM -0800, Eric W. Biederman wrote:
> KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxx> writes:
> >>
> >> How would these symlinks look like? "../../pid"? There were a conversation
> >> about such things (https://lkml.org/lkml/2011/12/2/142) but I suppose we
> >> were agree on children with pids as consensus.
> >
> > I couldn't find any agreement in this link. Suppose wrong url?
>
> Now that you have reminded me of this thread. I can say that the
> link would need to look like ../../pid. Our children will always
> be thread group leaders, so we can safely point to the /proc/<pid>
> directories. So readlink would return ../../<pid> or however many
> dots are needed. Follow link could just warp us to that directory
> as it does for the other magic proc symlinks.
>
> My feeling is that a children subdirectory would be a lot more useful
> than a simple file that lists the children.
>

I'll check what I can do, thanks.

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