Re: [Virtio-fs] [PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs

2021-06-04 Thread Connor Kuehl
On 6/4/21 11:13 AM, Max Reitz wrote: > Hi, > > This is the C virtiofsd equivalent to > https://gitlab.com/virtio-fs/virtiofsd-rs/-/merge_requests/26. As such, > the summary is pretty much the same: > > Storing an O_PATH file descriptor in every lo_inode object means we have > a lot of FDs open,

[PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs

2021-06-04 Thread Max Reitz
Hi, This is the C virtiofsd equivalent to https://gitlab.com/virtio-fs/virtiofsd-rs/-/merge_requests/26. As such, the summary is pretty much the same: Storing an O_PATH file descriptor in every lo_inode object means we have a lot of FDs open, which is sometimes bad. This series adds an option