fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-13 20:03:49 -06:00
parent 83eb2d1740
commit 2902fd3dfd

View File

@ -114,7 +114,7 @@ namespace l
if(rv == -1)
return -errno;
cache.insert({fusepath_,basepaths[0]});
i = cache.insert({fusepath_,basepaths[0]});
}
fullpath = fs::path::make(basepaths[0],fusepath_);