From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17ZhBz-0005Vm-00 for ; Wed, 31 Jul 2002 01:18:19 +0100 From: David Woodhouse In-Reply-To: References: To: "Curtis, Allen" Cc: "'linux-mtd@lists.infradead.org'" Subject: Re: jffs2_scan_eraseblock() - errors Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 2002 01:18:17 +0100 Message-ID: <16996.1028074697@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: Allen.Curtis@Thales-IFS.com said: > After being used, usage = 41%: JFFS2 real 1m3.583 (4X increase) Btw, the most useful thing you can give here is profiling information. If you still have INOCACHE_HASHSIZE set to 1 in include/linux/jffs2_fs_sb.h then I can guess what's at the top of your profile. Increase it to 14 or 128 or something for an instant win. -- dwmw2