pidfs: remove custom inode allocation
authorChristian Brauner <brauner@kernel.org>
Wed, 18 Jun 2025 20:53:41 +0000 (22:53 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Jun 2025 12:28:24 +0000 (14:28 +0200)
commit0f93d71b9d17a8b3fcb38b5e66ac5bd94f56a8de
tree6ac031174021dd2e7a825881feb45e26e0d7a40b
parent5ee83f8d1af4d069475eabd9a5ed551b3d2cf9a8
pidfs: remove custom inode allocation

We don't need it anymore as persistent information is allocated lazily
and stashed in struct pid.

Link: https://lore.kernel.org/20250618-work-pidfs-persistent-v2-7-98f3456fd552@kernel.org
Reviewed-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/pidfs.c