diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 30f3e347..28e44132 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -220,6 +220,9 @@ namespace l ffi_->fh = reinterpret_cast(fi); + fs::openat(fd,".",O_PATH); + + return 0; }