get_pid
if (get_pid(fd, &err) != getpid())
static pid_t get_pid(int fd,int *err);
if ((pid_old = get_pid(fd, &err)) == -1)
rcu_assign_pointer(file->pid, get_pid(task_tgid(current)));
get_pid(pid);