From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Wed, 25 Feb 2009 13:07:03 +0000 Subject: [U-Boot] JFFS2 scanning bug Message-ID: <49A54277.3050005@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I've just updated from v2008.10 to v2009.01 on my AVR32 board (MIMC200). JFFS2 no longer works (it hangs at "Scanning JFFS2 FS:", so I've done a git bisect, and here's the result:- 8a36d31f72411144ac0412ee7e1880e801acd754 is first bad commit commit 8a36d31f72411144ac0412ee7e1880e801acd754 Author: Ilya Yanok Date: Thu Nov 13 19:49:33 2008 +0300 jffs2: rewrite jffs2 scanning code based on Linux one Rewrites jffs2_1pass_build_lists() function in style of Linux's jffs2_scan_medium() and jffs2_scan_eraseblock(). This includes: - Caching flash acceses - Smart dealing with free space Signed-off-by: Alexey Neyman Signed-off-by: Ilya Yanok :040000 040000 9c5a40532bce0ea6df7a287e3dff47189d513dd0 8d4145b1d15ebd9a1281c5c8e7dd2e32ef168b26 M fs Is this a known problem ? Regards Mark