* David Kastrup: > a) one thread for opendir/readdir at every directory level > b) one thread for stating the files in readdir order (more likely to > correspond to the disk layout than sorted order) Not true for ext3. You need to sort by the d_ino field. This also tends to be benefit other file systems more than readdir order. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html