Re: [RFC PATCH] fork: add CLONE_PIDFD

From: Linus Torvalds
Date: Thu Apr 11 2019 - 12:51:11 EST


On Wed, Apr 10, 2019 at 4:43 PM Christian Brauner <christian@xxxxxxxxxx> wrote:
>
> RFC-2:
> This alternative patchset uses anonymous file descriptors instead of
> file descriptors from /proc/<pid>.

I think I prefer this one. Your diffstat makes it look bigger, but
that's because you added the example code to use this to that rfc..

Plus making anon_inodes unconditional makes sense anyway. They are
always selected in practice to begin with.

Linus