diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 7edb4b8b..7abeb930 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -139,7 +139,7 @@ namespace l int rv; std::string fullpath; StrVec basepaths; - thread_local static std::unordered_map cache; + thread_local static PolicyCache cache; for(int c = 0; c < 2; c++) {