From 7390e19c742d25f3a5a1cb0c017f4b2e42d2bb03 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 19:17:05 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 3b9081f1..30590b18 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -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)