mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
fuse_open.cpp
This commit is contained in:
parent
183fe1343e
commit
9b59b9393b
|
@ -351,7 +351,7 @@ namespace FUSE
|
|||
{
|
||||
m = &x_.second.mutex;
|
||||
});
|
||||
fmt::print("lock {}\n",m);
|
||||
fmt::print("lock {}\n",(void*)m);
|
||||
const std::lock_guard<std::mutex> lock(*m);
|
||||
fmt::print("locked {}\n",fusepath_);
|
||||
sleep(10);
|
||||
|
|
Loading…
Reference in New Issue
Block a user