Browse Source

fuse_open.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
4d9a390866
  1. 1
      src/fuse_open.cpp

1
src/fuse_open.cpp

@ -279,7 +279,6 @@ namespace FUSE
ffi_->noflush = !l::calculate_flush(cfg->flushonclose, ffi_->noflush = !l::calculate_flush(cfg->flushonclose,
ffi_->flags); ffi_->flags);
ffi_->flags |= O_RDWR;
rv = l::open(cfg->func.open.policy, rv = l::open(cfg->func.open.policy,
cfg->branches, cfg->branches,
fusepath_, fusepath_,

Loading…
Cancel
Save