mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 15:37:26 +08:00
fuse_open.cpp
This commit is contained in:
parent
3caff15891
commit
93d264dca5
|
@ -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…
Reference in New Issue
Block a user