Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
a32ecbbf3c
  1. 11
      src/fuse_open.cpp

11
src/fuse_open.cpp

@ -351,16 +351,5 @@ namespace FUSE
return open_passthrough(fusepath_,ffi_);
return open_regular(fusepath_,ffi_);
PTInfo *pti;
pti = PassthroughStuff::get_pti(fusepath_);
fmt::print("ptr {}\n",(void*)pti);
const std::lock_guard<std::mutex> lock(pti->mutex);
fmt::print("locked {}\n",fusepath_);
sleep(10);
return 0;
}
}
Loading…
Cancel
Save