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
f61237ad84
commit
ecda5f1398
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user