[Virtio-fs] [virtiofsd] MR merged: passthrough: Use application-specific inode storage
| Newsgroups | dev.linux.lists.virtio-fs |
|---|---|
| Message-ID | <[email protected]> |
Use an application-specific InodeStore struct instead of using the more generic `MultikeyBTreeMap`. The generic solution wasn't used for anything except for storing inodes, and thus didn't compensate the disadvantage of a less fitting API through the advantage of code reuse. --- https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/88