Browse Source

fuse_create.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
5b21a5df54
  1. 4
      src/fuse_create.cpp

4
src/fuse_create.cpp

@ -123,9 +123,9 @@ namespace FUSE
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)
cfg::tweak_flags_writeback_cache(&ffi_->flags);
utils::tweak_flags_writeback_cache(&ffi_->flags);
ffi_->noflush = !cfg::calculate_flush(cfg->flushonclose,
ffi_->noflush = !utils::calculate_flush(cfg->flushonclose,
ffi_->flags); ffi_->flags);
rv = l::create(cfg->func.getattr.policy, rv = l::create(cfg->func.getattr.policy,

Loading…
Cancel
Save