Re: [PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs

2021-10-18 Thread Vivek Goyal
On Thu, Sep 16, 2021 at 10:40:33AM +0200, Hanna Reitz wrote: [..] > Second, I’ve renamed the TempFd objects to reflect what kind of FDs they > contain; i.e. they’re no longer called “inode_fd” or “dir_fd”, but > “path_fd”, “rw_fd”, or “dir_path_fd” instead. This change is really helpful. Makes it

[PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs

2021-09-16 Thread Hanna Reitz
Hi, v1 cover letter for an overview: https://listman.redhat.com/archives/virtio-fs/2021-June/msg00033.html v2 cover letter: https://listman.redhat.com/archives/virtio-fs/2021-June/msg00074.html v3 cover letter: https://listman.redhat.com/archives/virtio-fs/2021-July/msg00050.html Here in v4, t