Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
e7531c193c
  1. 2
      src/func_create_ff.cpp

2
src/func_create_ff.cpp

@ -92,6 +92,8 @@ Func2::CreateFF::operator()(Branches2 &branches_,
fuse_context const *fc = fuse_get_context(); fuse_context const *fc = fuse_get_context();
ugid::Set const ugid(fc->uid,fc->gid); ugid::Set const ugid(fc->uid,fc->gid);
Branches2 b = branches_;
utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_); utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_);
if(cfg->writeback_cache) if(cfg->writeback_cache)
utils::tweak_flags_writeback_cache(&ffi_->flags); utils::tweak_flags_writeback_cache(&ffi_->flags);

Loading…
Cancel
Save