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