You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fuse3 was released in 2016 and is now in the process of replacing fuse2 in all major distributions. I'm in the process of upgrading CryFS (repo) to fuse3 but this doesn't seem to work with DokanY.
Fuse3 introduced some API changes, e.g. readdir now takes an additional parameter fuse_readdir_flags but it seems DokanY still uses the fuse2 APIs. Would it be possible to upgrade the dokan-fuse wrapper to add the fuse3 APIs? Possibly gated by the fuse FUSE_USE_VERSION macro so we don't have to break fuse2 implementations?
The text was updated successfully, but these errors were encountered:
Fuse3 was released in 2016 and is now in the process of replacing fuse2 in all major distributions. I'm in the process of upgrading CryFS (repo) to fuse3 but this doesn't seem to work with DokanY.
Fuse3 introduced some API changes, e.g.
readdir
now takes an additional parameterfuse_readdir_flags
but it seems DokanY still uses the fuse2 APIs. Would it be possible to upgrade the dokan-fuse wrapper to add the fuse3 APIs? Possibly gated by the fuseFUSE_USE_VERSION
macro so we don't have to break fuse2 implementations?The text was updated successfully, but these errors were encountered: