mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user