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:
@@ -351,16 +351,5 @@ namespace FUSE
|
||||
return open_passthrough(fusepath_,ffi_);
|
||||
|
||||
return open_regular(fusepath_,ffi_);
|
||||
|
||||
PTInfo *pti;
|
||||
|
||||
pti = PassthroughStuff::get_pti(fusepath_);
|
||||
|
||||
fmt::print("ptr {}\n",(void*)pti);
|
||||
const std::lock_guard<std::mutex> lock(pti->mutex);
|
||||
fmt::print("locked {}\n",fusepath_);
|
||||
sleep(10);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user