Loading fs/ubifs/super.c +3 −1 Original line number Diff line number Diff line Loading @@ -1986,7 +1986,9 @@ static struct ubifs_info *alloc_ubifs_info(struct ubi_volume_desc *ubi) 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->mount_opts.chk_data_crc = 2; c->no_chk_data_crc = 0; c->highest_inum = UBIFS_FIRST_INO; c->lhead_lnum = c->ltail_lnum = UBIFS_LOG_LNUM; Loading Loading
fs/ubifs/super.c +3 −1 Original line number Diff line number Diff line Loading @@ -1986,7 +1986,9 @@ static struct ubifs_info *alloc_ubifs_info(struct ubi_volume_desc *ubi) 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->mount_opts.chk_data_crc = 2; c->no_chk_data_crc = 0; c->highest_inum = UBIFS_FIRST_INO; c->lhead_lnum = c->ltail_lnum = UBIFS_LOG_LNUM; Loading