mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +08:00
func_create_ff.cpp
This commit is contained in:
parent
df4fe1beb1
commit
b9c5ff676c
|
@ -24,11 +24,11 @@ namespace l
|
|||
{
|
||||
static
|
||||
int
|
||||
create(Branches2 &branches_,
|
||||
char const *fusepath_,
|
||||
mode_t const mode_,
|
||||
mode_t const umask_,
|
||||
fuse_file_info_t *ffi_)
|
||||
create(Branches2 &branches_,
|
||||
ghc::filesystem::path const &fusepath_,
|
||||
mode_t const mode_,
|
||||
mode_t const umask_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
int rv;
|
||||
FileInfo *fi;
|
||||
|
|
Loading…
Reference in New Issue
Block a user