mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-15 02:35:12 +08:00
func_create_ff.cpp
This commit is contained in:
parent
3869237b25
commit
0774593370
@ -66,7 +66,7 @@ namespace l
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fi = new FileInfo(rv,fusepath_,ffi_->direct_io);
|
fi = new FileInfo(rv,fusepath_.string(),ffi_->direct_io);
|
||||||
|
|
||||||
ffi_->fh = reinterpret_cast<uint64_t>(fi);
|
ffi_->fh = reinterpret_cast<uint64_t>(fi);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user