jyhi / mdbfs

Mapping DataBases into a File System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read-Only Driver-Wide Operations

jyhi opened this issue · comments

  • driver main routine
  • fuse_operations :: init
  • fuse_operations :: destroy
  • fuse_operations :: statfs

Design in #5 does not allow such design: these functions should be implemented by the database back-ends, and the driver will simply pick the correct one to register them to FUSE.

A better roadmap should be derived instead. Closing.