mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 15:07:18 +08:00
func_create_ff.cpp
This commit is contained in:
parent
bbb52db9af
commit
bbbbd50fc7
|
@ -81,6 +81,8 @@ Func::CreateFF::operator()(Branches2 &branches_,
|
||||||
ugid::Set const ugid(fc->uid,fc->gid);
|
ugid::Set const ugid(fc->uid,fc->gid);
|
||||||
|
|
||||||
utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_);
|
utils::cfg_to_ffi_flags(cfg,fc->pid,ffi_);
|
||||||
|
if(cfg->writeback_cache)
|
||||||
|
utils::tweak_flags_writeback_cache(&ffi_->flags);
|
||||||
|
|
||||||
rv = l::create(branches_,fusepath_,mode_,fc->umask,ffi_);
|
rv = l::create(branches_,fusepath_,mode_,fc->umask,ffi_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user