On Thu, Jun 10, 2021 at 10:20:06AM +1000, Matthew Bobrowski wrote: > With the idea of returning pidfds from the fanotify API, we need to > expose a mechanism for creating pidfds. We drop the static qualifier > from pidfd_create() and add its declaration to linux/pid.h so that the > pidfd_create() helper can be called from other kernel subsystems > i.e. fanotify. > > Signed-off-by: Matthew Bobrowski <repnop@xxxxxxxxxx> > --- Looks good, Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>