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