From 660ecc92595789f043b246aecaef01995cdb64e3 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 21:42:31 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index a7b14c17..5c5e1ee3 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -83,6 +83,7 @@ Func::CreateFF::operator()(Branches2 &branches_, utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_); if(cfg->writeback_cache) utils::tweak_flags_writeback_cache(&ffi_->flags); + ffi_->noflush = !utils::calculate_flush(cfg->flushonclose,ffi_->flags); rv = l::create(branches_,fusepath_,mode_,fc->umask,ffi_);