Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
01e0e98d4c
  1. 11
      src/fuse_open.cpp

11
src/fuse_open.cpp

@ -316,6 +316,17 @@ namespace FUSE
pti = PassthroughStuff::get_pti(fusepath_);
const std::lock_guard<std::mutex> lg(pti->mutex);
if(pti->backing_id)
{
std::string proc_filepath;
ffi_->backing_id = pti->backing_id;
proc_filepath = fmt::format("/proc/self/fd/{}",ffi_->fd);
}
l::config_to_ffi_flags(cfg,fc->pid,ffi_);
if(cfg->writeback_cache)

Loading…
Cancel
Save