From 0a5ae5428bd0367e1c7d2124cb83f02bc6a0df5f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 17:29:47 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"