Browse Source

fuse_create.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
64d0a97a6f
  1. 2
      src/fuse_create.cpp

2
src/fuse_create.cpp

@ -287,7 +287,7 @@ namespace FUSE
if(rv != 0)
return rv;
uint64_t x = ((((uint64_t)+cfg->passthrough) << 32));
uint64_t x = ((((uint64_t)+cfg->passthrough) << 32) | (ffi_->flags & O_ACCMODE));
switch(+cfg->passthrough)
{
case PassthroughEnum::off:

Loading…
Cancel
Save