mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
+2
-2
@@ -333,8 +333,8 @@ namespace FUSE
|
||||
|
||||
pti = PassthroughStuff::get_pti(fusepath_);
|
||||
|
||||
fmt::print("lock {}\n",(void*)m);
|
||||
const std::lock_guard<std::mutex> lock(*m);
|
||||
fmt::print("lock {}\n",(void*)pti);
|
||||
const std::lock_guard<std::mutex> lock(pti->mutex);
|
||||
fmt::print("locked {}\n",fusepath_);
|
||||
sleep(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user