From e8d67928cd22d21d5785b7288152ad010fc8c761 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 22:13:03 -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 b4995e27..80a262a4 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -158,7 +158,8 @@ namespace l rv = cfg->getattr.process(cfg->branches, fusepath_, - st_); + st_, + timeout_); // rv = l::getattr(cfg->func.getattr.policy, // cfg->branches,