Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
ed276f5f92
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -94,6 +94,8 @@ _getattr(const fs::path &fusepath_,
cfg.symlinkify_timeout);
if(rv < 0)
{
if(rv != -ENOENT)
__buildin_trap();
fmt::println("getattr: {}\n"
" uid: {}\n"
" gid: {}\n"

Loading…
Cancel
Save