fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-13 10:33:19 -05:00
parent 1c8e642cf1
commit 307cd4d2e6

View File

@ -221,9 +221,6 @@ namespace l
ffi_->fh = reinterpret_cast<uint64_t>(fi);
fs::openat(fd,".",O_PATH);
return 0;
}