mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
+2
-1
@@ -330,8 +330,9 @@ namespace FUSE
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
std::mutex *m = nullptr;
|
||||
PTInfo *pti;
|
||||
|
||||
m = PassthroughStuff::get_mutex(fusepath_);
|
||||
pti = PassthroughStuff::get_pti(fusepath_;);
|
||||
|
||||
fmt::print("lock {}\n",(void*)m);
|
||||
const std::lock_guard<std::mutex> lock(*m);
|
||||
|
||||
Reference in New Issue
Block a user