mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
de32d6e985
commit
a3caf447ef
|
@ -143,7 +143,10 @@ namespace l
|
|||
}
|
||||
|
||||
if(rv == -1)
|
||||
return -errno;
|
||||
{
|
||||
cache.erase(fusepath_);
|
||||
return -errno;
|
||||
}
|
||||
|
||||
if(symlinkify_ && symlinkify::can_be_symlink(*st_,symlinkify_timeout_))
|
||||
symlinkify::convert(fullpath,st_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user