fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 09:49:37 -05:00
parent f25f02cebb
commit 7f40514331
+1
View File
@@ -352,6 +352,7 @@ namespace FUSE
m = &x_.second.mutex;
});
const std::lock_guard<std::mutex> lock(*m);
fmt::print("locked {}\n",fusepath_);
return open2(fusepath_,ffi_);
}