mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 18:31:12 +08:00
fuse_create.cpp
This commit is contained in:
parent
a2031b8be1
commit
71433d69a5
|
@ -282,6 +282,8 @@ namespace FUSE
|
|||
if(rv != 0)
|
||||
return rv;
|
||||
|
||||
return l::passthrough(fc,ffi_);
|
||||
|
||||
switch(_(cfg->passthrough,ffi_->flags))
|
||||
{
|
||||
case _(PassthroughEnum::r, O_RDONLY):
|
||||
|
|
Loading…
Reference in New Issue
Block a user