From d72543730b2d28df23893c54267d816874fab9e4 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 23 Jun 2006 16:28:12 +0000 Subject: jffs2 eof detect: mark erased blocks after erasing them git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/generic-2.4/patches') diff --git a/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch b/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch index 6288bd575..ad0ac0c23 100644 --- a/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch +++ b/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch @@ -26,7 +26,7 @@ diff -ur linux.old/fs/jffs2/scan.c linux.dev/fs/jffs2/scan.c if (ret < 0) return ret; -@@ -145,15 +154,22 @@ +@@ -145,15 +154,23 @@ c->nr_erasing_blocks++; } } @@ -40,6 +40,7 @@ diff -ur linux.old/fs/jffs2/scan.c linux.dev/fs/jffs2/scan.c + if (c->flags & (1 << 7)) { + printk("jffs2_scan_medium(): erasing all blocks after the end marker...\n"); + jffs2_erase_pending_blocks(c); ++ jffs2_mark_erased_blocks(c); + printk("jffs2_scan_medium(): done.\n"); + } else { + /* Rotate the lists by some number to ensure wear levelling */ -- cgit v1.2.3