Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
bfd0a5bf34
  1. 3
      src/fuse_open.cpp

3
src/fuse_open.cpp

@ -232,6 +232,9 @@ namespace l
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
foo.visit(fi->fusepath,
[]{});
backing_id = fuse_passthrough_open(fc_,fi->fd);
if(backing_id <= 0)
return 0;

Loading…
Cancel
Save