fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 11:18:19 -05:00
parent 9e54b35dfa
commit 64aab37adb

View File

@ -333,8 +333,8 @@ namespace FUSE
pti = PassthroughStuff::get_pti(fusepath_); pti = PassthroughStuff::get_pti(fusepath_);
fmt::print("lock {}\n",(void*)m); fmt::print("lock {}\n",(void*)pti);
const std::lock_guard<std::mutex> lock(*m); const std::lock_guard<std::mutex> lock(pti->mutex);
fmt::print("locked {}\n",fusepath_); fmt::print("locked {}\n",fusepath_);
sleep(10); sleep(10);