Browse Source

func_create_ff.cpp

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

1
src/func_create_ff.cpp

@ -61,7 +61,6 @@ 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