Initialise device properly when doing a format.
[yaffs2.git] / yaffs_guts.h
index 79cec3333ec000fe241e656b23350345276c762d..fef4fc7011dc6aa78eb0a9fe4c4a1937659ce90b 100644 (file)
@@ -592,6 +592,7 @@ struct yaffs_param {
        int always_check_erased;        /* Force chunk erased check always on */
 
        int disable_summary;
+       int disable_bad_block_marking;
 
 };
 
@@ -636,6 +637,7 @@ struct yaffs_dev {
 
        struct list_head dev_list;
 
+       int ll_init;
        /* Runtime parameters. Set up by YAFFS. */
        int data_bytes_per_chunk;