You are right, I did not know about KDiskFreeSpaceInfo, and I had followed a "if it ain't broke, don't fix it" approach to the original code I based my work on.<br><br>So, I've committed another revision (1129833) that converts freespacenotifier to use this code. As KDiskFreeSpaceInfo internally just uses statvfs, the polling should still pose no problems and be cached by the kernel.<br>
<br>Ivo<br><br><div class="gmail_quote">On Sun, May 23, 2010 at 8:06 PM, Raphael Kubo da Costa <span dir="ltr"><<a href="mailto:kubito@gmail.com">kubito@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
<br>
</div></div>Hmm, one thing that pinotree has just brought up on IRC is that it could use<br>
KDiskFreeSpaceInfo instead of doing those statfs() (now statvfs()) calls<br>
yourself.<br>
<br>
Have you considered that?<br>
</blockquote></div><br>