fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-22 00:29:42 -06:00
parent 325be7ede7
commit 593ad5fcdd

View File

@ -152,9 +152,8 @@ namespace l
if(rv == -1) if(rv == -1)
return -errno; return -errno;
cache.insert(fusepath_,basepaths[0]);
basepath = basepaths[0]; basepath = basepaths[0];
cache.insert(fusepath_,basepath.value());
} }
fullpath = fs::path::make(basepath.value(),fusepath_); fullpath = fs::path::make(basepath.value(),fusepath_);