mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_create.cpp
This commit is contained in:
+3
-3
@@ -123,10 +123,10 @@ namespace FUSE
|
||||
utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_);
|
||||
|
||||
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_->flags);
|
||||
ffi_->noflush = !utils::calculate_flush(cfg->flushonclose,
|
||||
ffi_->flags);
|
||||
|
||||
rv = l::create(cfg->func.getattr.policy,
|
||||
cfg->func.create.policy,
|
||||
|
||||
Reference in New Issue
Block a user