From c6c5c572c13d73f95ae3201fb15f3790a6a14fb3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 May 2011 04:05:18 +0000 Subject: *** empty log message *** --- eio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eio.c b/eio.c index 2123996..5edc858 100644 --- a/eio.c +++ b/eio.c @@ -1281,7 +1281,6 @@ eio__scandir (eio_req *req, etp_worker *self) /* 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 @@ eio__scandir (eio_req *req, etp_worker *self) } } - /* 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); } -- cgit v1.2.3