Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
08e7a9e2b1
  1. 20
      src/fuse_open.cpp

20
src/fuse_open.cpp

@ -280,16 +280,6 @@ _(const PassthroughEnum e_,
namespace FUSE
{
int
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
return open2(fusepath_,ffi_);
}
int
open2(const char *fusepath_,
fuse_file_info_t *ffi_)
@ -333,4 +323,14 @@ namespace FUSE
return 0;
}
int
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
return open2(fusepath_,ffi_);
}
}
Loading…
Cancel
Save