mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
de4f5012c2
commit
39778ab529
|
@ -160,7 +160,7 @@ namespace l
|
|||
rv = searchFunc_(branches_,fusepath_,&basepaths);
|
||||
if(rv == -1)
|
||||
{
|
||||
_cache.erase(fusepath_);
|
||||
cache.erase(fusepath_);
|
||||
return -errno;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user