Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
93d264dca5
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -316,6 +316,8 @@ namespace FUSE
pti = PassthroughStuff::get_pti(fusepath_);
const std::lock_guard<std::mutex> lg(pti->mutex);
if(pti->open_count)
if(pti->backing_id)
{
int fd;

Loading…
Cancel
Save