Skip to content

passthrough: Use application-specific inode storage

Sebastian Hasler requested to merge haslersn/virtiofsd:inode-store into main

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.

Edited by Sebastian Hasler

Merge request reports