diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 216fa139..86b5a69f 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -92,7 +92,7 @@ _getattr(const fs::path &fusepath_, st_, cfg.follow_symlinks, cfg.symlinkify_timeout); - if(rv < 0 && rv != -ENOENT) + if(rv < 0) { fmt::println("getattr: {}\n" " uid: {}\n"