Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
379b44415c
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -330,7 +330,7 @@ namespace FUSE
fi = new FileInfo(fd,fusepath_,ffi_->direct_io);
ffi_->fh = reinterpret_cast<uint64_t>(fi);
ffi_->fh = reinterpret_cast<uint64_t>(fi);
return 0;
}

Loading…
Cancel
Save