From 593ad5fcdd6b74ca8e7c820040fe9d1e1d3c07af Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 22 Feb 2024 00:29:42 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 6ff8712c..fb7f4788 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -152,9 +152,8 @@ namespace l if(rv == -1) return -errno; + cache.insert(fusepath_,basepaths[0]); basepath = basepaths[0]; - cache.insert(fusepath_,basepath.value()); - } fullpath = fs::path::make(basepath.value(),fusepath_);