From 732b7aee513651895327476b49c89cbec721668d Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:22:00 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index ef4c043d..2a1ad36f 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -39,6 +39,7 @@ _readdir(const Branches::Ptr &branches_, if(fd < 0) continue; + // TODO: maybe seek(fd,0)??? while(true) {