<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Monospace">
<p>On Sunday 07 September 2008 05:51, Tero Roponen wrote:</p>
<p>> > Would you care to comment on what you think needs doing to the readdir?</p>
<p>> </p>
<p>> Well, this version returns just one entry at every call to readdir. I </p>
<p>> think a proper version would call fuse_add_direntry() in a loop to fill </p>
<p>> the buffer with as many entries as possible.</p>
<p></p>
<p>True.  If that gets to be the biggest bottleneck then it will be done.</p>
<p>I originally set out to do that, but the extra complexity was</p>
<p>considerable, and the extra test coverage is not that much.  I expect</p>
<p>it will run pretty efficiently even one dirent at a time, and the stats</p>
<p>to get the full listing will dominate.</p>
<p></p>
<p>Regards,</p>
<p></p>
<p>Daniel</p>
<p></p>
</body></html>