// throws FuseException public static void mount(String[] args, Filesystem2 filesystem2) { mount(args, new Filesystem2ToFilesystem3Adapter(filesystem2), LogManager.GetLogger(typeof(Filesystem2))); }
public Filesystem2ToFilesystem3Adapter(Filesystem2 fs2) { this.fs2 = fs2; }