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; }