From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Woodhouse To: Martin Egholm Nielsen In-Reply-To: References: <1121867130.12903.15.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 20 Jul 2005 10:19:14 -0400 Message-Id: <1121869156.12903.19.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org Subject: Re: JFFS2 garbage collector blocking for minutes after mount List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2005-07-20 at 16:12 +0200, Martin Egholm Nielsen wrote: > So you think this is what consumes the time? Quite feasibly. You spoke of a multi-megabyte file, and the performance on such files is definitely a lot better than it was. Run it with profiling and we'll see -- tell us where it's spending all its time, and we'll see if we can improve that part of the code. -- dwmw2