From 072a3a3960fc17a73df2c58ac38833f39ede03ff Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 14 Mar 2024 07:56:27 -0500 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 3ec41488..403e5a0e 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -141,6 +141,16 @@ namespace l StrVec basepaths; static PolicyCache cache(1024*1024); + + basepath = cache.find(fusepath_); + while(true) + { + + } + + + + for(int c = 0; c < 2; c++) { const char *basepath; @@ -162,6 +172,8 @@ namespace l break; if((rv == -1) && (errno != ENOENT)) break; + + } if(rv == -1)