Browse Source

fuse_open.cpp

passthrough_debug
Antonio SJ Musumeci 6 months ago
parent
commit
bf08c8f0be
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -334,8 +334,6 @@ _open_for_insert_lambda(const fuse_context *fc_,
ffi_->passthrough = true;
ffi_->keep_cache = false;
fmt::print("open backing_id: {}\n",ffi_->backing_id);
return 0;
}

Loading…
Cancel
Save