Module: FFI::Libfuse::Adapter::Fuse3Support

Defined in:
lib/ffi/libfuse/adapter/fuse3_support.rb

Overview

Note:

there are some deprecated Fuse2 features that have no forwards compatibility in Fuse3

  • flag nopath became fuse_config.nullpath_ok but it is not compatible since chmod/chown etc will now receive a null path but the filesystem cannot receive the new fuse_file_info arg

Wrapper module to assist filesystem written for Fuse2 to be compatible with Fuse3

Defined Under Namespace

Modules: Prepend