mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
fuse_open.cpp
This commit is contained in:
parent
9e54b35dfa
commit
64aab37adb
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user