Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
0280fd9f87
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -95,7 +95,7 @@ namespace l
static static
int int
getattr(std::string const &fullpath_, getattr(std::string const &fullpath_,
FollowSymlinks const followsymlinks_)
FollowSymlinks const followsymlinks_,
struct stat *st_) struct stat *st_)
{ {
int rv; int rv;

Loading…
Cancel
Save