Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
40ca6694ab
  1. 5
      src/fuse_getattr.cpp

5
src/fuse_getattr.cpp

@ -94,8 +94,9 @@ namespace l
static static
int int
getattr(std::string const &fullpath_,
struct stat *st_)
getattr(std::string const &fullpath_,
FollowSymlinks const followsymlinks_)
struct stat *st_)
{ {
} }

Loading…
Cancel
Save