mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 19:13:10 +08:00
fuse_open.cpp
This commit is contained in:
parent
f25f02cebb
commit
7f40514331
@ -352,6 +352,7 @@ namespace FUSE
|
|||||||
m = &x_.second.mutex;
|
m = &x_.second.mutex;
|
||||||
});
|
});
|
||||||
const std::lock_guard<std::mutex> lock(*m);
|
const std::lock_guard<std::mutex> lock(*m);
|
||||||
|
fmt::print("locked {}\n",fusepath_);
|
||||||
|
|
||||||
return open2(fusepath_,ffi_);
|
return open2(fusepath_,ffi_);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user