Re: [PATCH RFC 1/4] pidfs: register pid in pidfs

From: Christian Brauner
Date: Thu Apr 24 2025 - 11:20:12 EST


On Thu, Apr 24, 2025 at 03:24:38PM +0200, Oleg Nesterov wrote:
> On 04/24, Christian Brauner wrote:
> >
> > + * pidfs_register_pid - pin a struct pid through pidfs
> > + * @pid: pid to pin
> > + *
> > + * Pin a struct pid through pidfs. Needs to be paired with
> > + * pidfds_put_put() to not risk leaking the pidfs dentry and inode.
> ^^^^^^^^^^^^^^
>
> pidfs_put_pid ;)

Dammmit, thanks!