fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-13 09:03:23 -05:00
parent f749fab772
commit 379b44415c

View File

@ -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;
}