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;