--- libeio/eio.c 2011/05/26 03:51:55 1.63 +++ libeio/eio.c 2011/05/26 04:05:18 1.64 @@ -1281,7 +1281,6 @@ /* now partition dirs to the front, and non-dirs to the back */ /* by walking from both sides and swapping if necessary */ - /* also clear score, so it doesn't influence sorting */ while (oth > dir) { if (dir->type == EIO_DT_DIR) @@ -1294,7 +1293,7 @@ } } - /* now sort the dirs only */ + /* now sort the dirs only (dirs all have the same score) */ eio_dent_sort (dents, dir - dents, 0, inode_bits); }