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