From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.68.89.115] (helo=mail2.shareable.org) by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1NSeSl-0001Sz-Pc for linux-mtd@lists.infradead.org; Wed, 06 Jan 2010 22:34:52 +0000 Date: Wed, 6 Jan 2010 22:34:08 +0000 From: Jamie Lokier To: Joakim Tjernlund Subject: Re: JFFS2 - speed up while booting Message-ID: <20100106223408.GA24250@shareable.org> References: <2daf59621001061210l5a352913u6b94a5e8570b1e7b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: linux newbie , Darwin Rambo , hedwin , Ricard Wanderlof , "linux-mtd@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Joakim Tjernlund wrote: > hedwin wrote on 06/01/2010 21:10:31: > > > From: hedwin > > To: Ricard Wanderlof > > Cc: Joakim Tjernlund , linux newbie > > , Darwin Rambo , "linux- > > mtd@lists.infradead.org" > > Date: 06/01/2010 21:10 > > Subject: Re: JFFS2 - speed up while booting > > > > One thing we did to speed up JFFS2 booting is delaying the garbage collection > > process from starting. > > > > Hedwin > > Yes, maybe GC should be delayed a minute. It is not really needed initially. Conceivably, the blank check could be delayed for each block individually until just before using the block too. -- Jamie