mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-16 23:12:46 +08:00
fuse_open.cpp
This commit is contained in:
parent
d2df77046d
commit
9943f0ca2b
|
@ -299,8 +299,7 @@ namespace FUSE
|
||||||
if(rv != 0)
|
if(rv != 0)
|
||||||
return rv;
|
return rv;
|
||||||
|
|
||||||
const uint64_t x = _(cfg->passthrough,ffi_->flags);
|
switch(_(cfg->passthrough,ffi_->flags))
|
||||||
switch(x)
|
|
||||||
{
|
{
|
||||||
case _(PassthroughEnum::ro,O_RDONLY):
|
case _(PassthroughEnum::ro,O_RDONLY):
|
||||||
case _(PassthroughEnum::wo,O_WRONLY):
|
case _(PassthroughEnum::wo,O_WRONLY):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user