From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rv-out-0910.google.com ([209.85.198.186]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1IsJMY-0001ln-RY for linux-mtd@lists.infradead.org; Wed, 14 Nov 2007 09:37:14 -0500 Received: by rv-out-0910.google.com with SMTP id c24so177005rvf for ; Wed, 14 Nov 2007 06:36:57 -0800 (PST) Date: Wed, 14 Nov 2007 08:36:48 -0600 From: Josh Boyer To: "Jesper Saxtorph" Subject: Re: Wrong data CRC in data node Message-ID: <20071114083648.11cc22ac@weaponx> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 14 Nov 2007 13:23:32 +0100 "Jesper Saxtorph" wrote: > I wonder if there can be some kind of cache active (in 2.6.19 contra 2.6.12) we > are not aware of, that we should deactivate. > > Is this a know this issue? > > Any suggestions to what I could try? Check to see if CONFIG_JFFS2_FS_WRITEBUFFER is set. If so, you can try turning that off. josh