func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-02-07 20:04:56 -06:00
parent e7531c193c
commit 7fc3dc27eb
-2
View File
@@ -92,8 +92,6 @@ Func2::CreateFF::operator()(Branches2 &branches_,
fuse_context const *fc = fuse_get_context();
ugid::Set const ugid(fc->uid,fc->gid);
Branches2 b = branches_;
utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_);
if(cfg->writeback_cache)
utils::tweak_flags_writeback_cache(&ffi_->flags);