Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
2537e71488
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -163,7 +163,7 @@ namespace l
basepath = cache.insert(fusepath_,basepaths[0]);
rv = l::getattr(fullpath,followsymlinks_,st_);
rv = l::getattr(fullpath,followsymlinks_,st_);
}
if(rv == -1)

Loading…
Cancel
Save