Browse Source

fuse_open.cpp

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

1
src/fuse_open.cpp

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

Loading…
Cancel
Save