Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfb9aad6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ubifs: Check data crc by default"

parents 36917f3b ae4d4491
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;