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
ecda5f1398
commit
3a48bbdfa5
|
@ -330,8 +330,9 @@ namespace FUSE
|
||||||
fuse_file_info_t *ffi_)
|
fuse_file_info_t *ffi_)
|
||||||
{
|
{
|
||||||
std::mutex *m = nullptr;
|
std::mutex *m = nullptr;
|
||||||
|
PTInfo *pti;
|
||||||
|
|
||||||
m = PassthroughStuff::get_mutex(fusepath_);
|
pti = PassthroughStuff::get_pti(fusepath_;);
|
||||||
|
|
||||||
fmt::print("lock {}\n",(void*)m);
|
fmt::print("lock {}\n",(void*)m);
|
||||||
const std::lock_guard<std::mutex> lock(*m);
|
const std::lock_guard<std::mutex> lock(*m);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user