fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 09:47:17 -05:00
parent 86e3b48ce9
commit f9e73c0073
+1 -1
View File
@@ -351,7 +351,7 @@ namespace FUSE
{
m = x_.second.mutex;
});
m->lock();
const std::lock_guard<std::mutex> lock(*m);
return open2(fusepath_,ffi_);
}