diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 8e20e75c..ea99cad3 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -96,6 +96,9 @@ should_break(const fs::path &fusepath_) return false; if(f == "preHook") return false; + if(f == "addInputsHook") + return false; + return true; }