diff options
author | Christian Brauner <brauner@kernel.org> | 2023-03-27 20:22:51 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-04-03 11:16:56 +0200 |
commit | 6ae930d9dbf2d093157be33428538c91966d8a9f (patch) | |
tree | a89117e5612341376fc147f26b9715c47013d27d /lib | |
parent | Linux 6.3-rc4 (diff) | |
download | linux-6ae930d9dbf2d093157be33428538c91966d8a9f.tar.xz linux-6ae930d9dbf2d093157be33428538c91966d8a9f.zip |
pid: add pidfd_prepare()
Add a new helper that allows to reserve a pidfd and allocates a new
pidfd file that stashes the provided struct pid. This will allow us to
remove places that either open code this function or that call
pidfd_create() but then have to call close_fd() because there are still
failure points after pidfd_create() has been called.
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230327-pidfd-file-api-v1-1-5c0e9a3158e4@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions