fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 11:21:27 -05:00
parent f11e4fffdf
commit d11eda5778

View File

@ -329,6 +329,11 @@ namespace FUSE
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
Config::Read cfg;
if(cfg->passthrough);
PTInfo *pti;
pti = PassthroughStuff::get_pti(fusepath_);