From a0f70412a2f115c3605a8acb96bfceeb60077c84 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 00:32:03 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 13b5ccbd..da06b473 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -156,6 +156,11 @@ namespace l const fuse_context *fc = fuse_get_context(); const ugid::Set ugid(fc->uid,fc->gid); + return cfg->getattr.process(cfg->branches, + fusepath_, + st_, + timeout_); + rv = l::getattr(cfg->func.getattr.policy, cfg->branches, fusepath_,