mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 02:49:46 +08:00
func_create_ff.cpp
This commit is contained in:
parent
7bc3600ff9
commit
3c9c746b92
|
@ -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…
Reference in New Issue
Block a user