--- zzzz-none-000/linux-2.6.19.2/fs/jffs2/erase.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/fs/jffs2/erase.c 2008-04-10 12:21:44.000000000 +0000 @@ -391,7 +391,8 @@ struct jffs2_unknown_node marker = { .magic = cpu_to_je16(JFFS2_MAGIC_BITMASK), .nodetype = cpu_to_je16(JFFS2_NODETYPE_CLEANMARKER), - .totlen = cpu_to_je32(c->cleanmarker_size) + .totlen = cpu_to_je32(c->cleanmarker_size), + .hdr_crc = {0} }; jffs2_prealloc_raw_node_refs(c, jeb, 1);