mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
3b4b59f698
commit
516ed801ec
|
@ -162,8 +162,6 @@ namespace l
|
||||||
break;
|
break;
|
||||||
if((rv == -1) && (errno != ENOENT))
|
if((rv == -1) && (errno != ENOENT))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
cache.erase(fusepath_);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(rv == -1)
|
if(rv == -1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user