mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 15:37:26 +08:00
fuse_open.cpp
This commit is contained in:
parent
53e05e84f0
commit
00b07001e6
|
@ -334,12 +334,10 @@ namespace FUSE
|
|||
if(rv != 0)
|
||||
return rv;
|
||||
|
||||
rv = l::passthrough(fc,ffi_);
|
||||
rv = l::passthrough(fc,ffi_,pti);
|
||||
if(rv != 0)
|
||||
return 0;
|
||||
|
||||
|
||||
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user