From 2ad75e5d7abbae38f6c7a3a227ceb4417f85bf4c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 23 Nov 2024 01:06:27 -0600 Subject: [PATCH] func_getattr_ff.cpp --- src/func_getattr_ff.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index e85d4c93..97c5ab5c 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -6,5 +6,10 @@ Func2::GetattrFF::process(const Branches &branches_, struct stat *st_, fuse_timeouts_t *timeout_) { - return -ENOENT; + for(const auto &branch : *branches_) + { + + } + + return 0; }