pidfs: remove pidfs_{get,put}_pid()
authorChristian Brauner <brauner@kernel.org>
Wed, 18 Jun 2025 20:53:42 +0000 (22:53 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Jun 2025 12:28:24 +0000 (14:28 +0200)
commit804d6794497e6f3992d156e07d01e22b037ce09e
tree3a022ab462816d402ee5660fecbadf2783800ce4
parent0f93d71b9d17a8b3fcb38b5e66ac5bd94f56a8de
pidfs: remove pidfs_{get,put}_pid()

Now that we stash persistent information in struct pid there's no need
to play volatile games with pinning struct pid via dentries in pidfs.

Link: https://lore.kernel.org/20250618-work-pidfs-persistent-v2-8-98f3456fd552@kernel.org
Reviewed-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/coredump.c
fs/pidfs.c
include/linux/pidfs.h
net/unix/af_unix.c