[REVIEW][PATCH 0/4] /proc/thread-self

Bert Wesarg bert.wesarg at googlemail.com
Fri Aug 1 07:14:45 UTC 2014


On Fri, Aug 1, 2014 at 2:30 AM, Eric W. Biederman <ebiederm at xmission.com> wrote:
>
> This patchset implements /proc/thread-self a magic symlink that
> solves a couple of problems.

shouldn't we keep the 'task' in the name, as it points into the 'task'
directory? And why not mimic the current 'self -> <id>' ideom under
/proc/<tgid>/task too and put a new 'self' link there:

$ ls -l /proc/self/task/self
  lrwxrwxrwx 1 root root 0 Aug  1 00:00 /proc/self/task/self -> 484

Bert


More information about the Containers mailing list