fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 19:17:05 -05:00
parent 1827c72cce
commit 7390e19c74

View File

@ -313,10 +313,13 @@ namespace FUSE
fuse_file_info_t *ffi_)
{
int rv;
PTInfo *pti;
Config::Read cfg;
const fuse_context *fc = fuse_get_context();
const ugid::Set ugid(fc->uid,fc->gid);
pti = PassthroughStuff::get_pti(fusepath_);
l::config_to_ffi_flags(cfg,fc->pid,ffi_);
if(cfg->writeback_cache)