From 329db1feed97f54618c2f26f3e9dd5a83d25bcda Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:19:56 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index 44bd10c8..b728b735 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -32,8 +32,11 @@ _readdir(const Branches::Ptr &branches_, DEFER { msgbuf_free(buf); }; rel_filepath = rel_dirpath_ / "dummy"; + for(size_t i = 0; i < branches_->size(); i++) for(const auto &branch : *branches_) { + const auto &branch = *(branches_)[i]; + int fd; abs_dirpath = branch.path / rel_dirpath_;