Hi guys, I am reading "Linux Kernel Development". I came across the function call zap_pid_ns_processes(struct pid_namespace) inside the find_new_reaper function. Can someone tell me what this function does and why it is being called inside the find_new_reaper function? Thanks, David