Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
3c9c746b92
  1. 1
      src/func_create_ff.cpp

1
src/func_create_ff.cpp

@ -59,6 +59,7 @@ namespace l
FileInfo *fi = new FileInfo(rv,fusepath_,ffi_->direct_io); FileInfo *fi = new FileInfo(rv,fusepath_,ffi_->direct_io);
ffi_->fh = reinterpret_cast<uint64_t>(fi); ffi_->fh = reinterpret_cast<uint64_t>(fi);
ffi_->noflush = !utils::calculate_flush(cfg->flushonclose,ffi_->flags);
return 0; return 0;
} }

Loading…
Cancel
Save