[PATCH v7 1/7] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read

2018-02-26 Thread Eric W. Biederman
At the point of fuse_dev_do_read the user space process that initiated the action on the fuse filesystem may no longer exist. The process have been killed or may have fired an asynchronous request and exited. If the initial process has exited the code "pid_vnr(find_pid_ns(in->h.pid, fc->pid_ns)"

[PATCH v7 1/7] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read

2018-02-26 Thread Eric W. Biederman
At the point of fuse_dev_do_read the user space process that initiated the action on the fuse filesystem may no longer exist. The process have been killed or may have fired an asynchronous request and exited. If the initial process has exited the code "pid_vnr(find_pid_ns(in->h.pid, fc->pid_ns)"