From a2609fc3f1b44b63796d740e1a3f32d13f30ce3f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 31 Mar 2008 19:21:19 +0000 Subject: [PATCH] Fix typo in changelog svn path=/trunk/; revision=6797 --- gio/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index ae41f9cfe..0ca8d91ee 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,7 +1,7 @@ 2008-03-31 Alexander Larsson * glocalfileenumerator.c: - Read readdir() info chunks (of 1000) and sort + Read readdir() info in chunks (of 1000) and sort the chunks by inode before stat:ing. This is a 20% performance increase in testing gvfs-ls on /usr/bin with cold cache.