Browse Source

fuse_open.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
7c4f14a7db
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -271,6 +271,8 @@ namespace FUSE
const fuse_context *fc = fuse_get_context();
const ugid::Set ugid(fc->uid,fc->gid);
ffi_->flags |= O_RDWR;
l::config_to_ffi_flags(cfg,fc->pid,ffi_);
if(cfg->writeback_cache)

Loading…
Cancel
Save