From bae6d544ff715227183c1b262e52c7fbb61e51ef Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 23 Nov 2025 01:13:07 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 26c7ca04..bbcba728 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -121,7 +121,8 @@ _getattr(const fs::path &fusepath_, strerror(-rv) ); - raise(SIGTRAP); + if(should_break(fusepath_)) + raise(SIGTRAP); } if((rv < 0) && Config::is_rootdir(fusepath_))