mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
func_create_ff.cpp
This commit is contained in:
@@ -55,6 +55,10 @@ namespace l
|
||||
continue;
|
||||
}
|
||||
|
||||
FileInfo *fi = new FileInfo(rv,fusepath_,ffi_->direct_io);
|
||||
|
||||
ffi_->fh = reinterpret_cast<uint64_t>(fi);
|
||||
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user