Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
bd69b31733
  1. 4
      src/fuse_getattr.cpp

4
src/fuse_getattr.cpp

@ -99,7 +99,7 @@ namespace l
struct stat *st_)
{
int rv;
switch(followsymlinks_)
{
case FollowSymlinks::ENUM::NEVER:
@ -124,7 +124,7 @@ namespace l
return rv;
}
static
int
getattr(const Policy::Search &searchFunc_,

Loading…
Cancel
Save