UBIFS: do not check data crc by default
[pandora-kernel.git] / fs / ubifs / super.c
index e9585ad..1da5155 100644 (file)
@@ -1977,6 +1977,7 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
        INIT_LIST_HEAD(&c->old_buds);
        INIT_LIST_HEAD(&c->orph_list);
        INIT_LIST_HEAD(&c->orph_new);
+       c->no_chk_data_crc = 1;
 
        c->vfs_sb = sb;
        c->highest_inum = UBIFS_FIRST_INO;