Re: [PATCH RFC 1/4] pidfs: register pid in pidfs
From: Oleg Nesterov
Date: Thu Apr 24 2025 - 09:25:42 EST
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 ;)
Can't review 2/4, for other patches in series
Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>