fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 10:52:40 -05:00
parent f61237ad84
commit ecda5f1398

View File

@ -331,7 +331,7 @@ namespace FUSE
{
std::mutex *m = nullptr;
m = PassthroughMutex::get_mutex(fusepath_);
m = PassthroughStuff::get_mutex(fusepath_);
fmt::print("lock {}\n",(void*)m);
const std::lock_guard<std::mutex> lock(*m);