fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-13 09:28:29 -05:00
parent 3caff15891
commit 93d264dca5

View File

@ -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;