public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Patch to prevent jffs2 from make changes to other filesystems
@ 2001-10-23 20:46 Bao C. Ha
  2001-10-23 21:55 ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Bao C. Ha @ 2001-10-23 20:46 UTC (permalink / raw)
  To: linux-mtd

I would like to propose the following patch to
temporarily fix the problem of jffs2 making
changes to other filesystems stored on MTD
partitions.

--- scan.c.orig Tue Oct 23 13:35:38 2001
+++ scan.c      Tue Oct 23 13:32:28 2001
@@ -214,7 +214,8 @@
                        noisy_printk(&noise, "jffs2_scan_eraseblock(): Magic
bit
mask 0x%04x not found at 0x%08x: 0x%04x instead\n", JFFS2_MAGIC_BITMASK,
ofs, no
de.magic);
                        DIRTY_SPACE(4);
                        ofs += 4;
-                       continue;
+                       /* continue; */
+                       return -EINVAL;
                }
                /* We seem to have a node of sorts. Check the CRC */
                nodetype = node.nodetype;

Thanks.
Bao

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-23 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-23 20:46 Patch to prevent jffs2 from make changes to other filesystems Bao C. Ha
2001-10-23 21:55 ` David Woodhouse
2001-10-23 22:45   ` Bao C. Ha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox