Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Unverified Commit 1e1d0f0b authored by Christian Brauner's avatar Christian Brauner
Browse files

pid: use pid_has_task() in pidfd_open()


Use the new pid_has_task() helper in pidfd_open(). This simplifies the
code and avoids taking rcu_read_{lock,unlock}() and leads to overall
nicer code.

Signed-off-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Reviewed-by: default avatarOleg Nesterov <oleg@redhat.com>
Link: https://lore.kernel.org/r/20191017101832.5985-5-christian.brauner@ubuntu.com
parent 1722c14a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment