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