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

Loading…
Cancel
Save